Skip to content

Commit d170a2f

Browse files
chore: release 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2025-02-01) ### Bug Fixes * relax node version constrainst and support node v18+ ([85e124f](85e124f))
1 parent 7d3e9bb commit d170a2f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/thomasthiebaud/react-use-size/compare/v5.0.0...v5.0.1) (2025-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* relax node version constrainst and support node v18+ ([85e124f](https://github.com/thomasthiebaud/react-use-size/commit/85e124f8928b0a04a682d25725de2b5186f06343))
7+
18
# [5.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v4.0.0...v5.0.0) (2024-12-31)
29

310

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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "React hooks to measure things",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)