Skip to content

Commit e439e70

Browse files
chore: release 4.0.0 [skip ci]
# [4.0.0](v3.0.4...v4.0.0) (2024-12-08) * chore!: drop support for Node 20 ([6ced4ef](6ced4ef)) ### BREAKING CHANGES * drop support for Node 20 and require Node 22 LTS or more recent
1 parent 0c61781 commit e439e70

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v3.0.4...v4.0.0) (2024-12-08)
2+
3+
4+
* chore!: drop support for Node 20 ([6ced4ef](https://github.com/thomasthiebaud/react-use-size/commit/6ced4ef11fde8be773148346dc45e196595843f7))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* drop support for Node 20 and require Node 22 LTS or more recent
10+
111
## [3.0.4](https://github.com/thomasthiebaud/react-use-size/compare/v3.0.3...v3.0.4) (2024-12-08)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-size",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"description": "React hooks to measure things",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)