Skip to content

Commit dee3b09

Browse files
chore: release 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2022-11-18) ### Bug Fixes * fix duplicate types ([5526fac](5526fac)) * update dependencies to fix vulnerabilities ([a93242d](a93242d)) * update tests to work with react 18 ([8bffd46](8bffd46))
1 parent 5526fac commit dee3b09

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/thomasthiebaud/react-use-size/compare/v3.0.0...v3.0.1) (2022-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fix duplicate types ([5526fac](https://github.com/thomasthiebaud/react-use-size/commit/5526fac7f698032e0164f7d2239b2795cb16d9c9))
7+
* update dependencies to fix vulnerabilities ([a93242d](https://github.com/thomasthiebaud/react-use-size/commit/a93242d93cfcb1e31ebae07bf49fee99e64fc633))
8+
* update tests to work with react 18 ([8bffd46](https://github.com/thomasthiebaud/react-use-size/commit/8bffd46467f950b01e90c8b913fd4c7a5c977ad2))
9+
110
# [3.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v2.1.0...v3.0.0) (2022-06-06)
211

312

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.0",
3+
"version": "3.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)