Skip to content

Commit 7a47a89

Browse files
chore: release 3.0.0 [skip ci]
# [3.0.0](v2.1.0...v3.0.0) (2022-06-06) ### Bug Fixes * update dependencies to fix vulnerabilities ([8578906](8578906)) ### chore * drop support for node 12 ([77e2cd4](77e2cd4)) ### BREAKING CHANGES * regenerate the package-lock.json file to use lockfileVersion v2. * drop support for node 12 and requires node 14 (LTS) or later
1 parent 8578906 commit 7a47a89

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v2.1.0...v3.0.0) (2022-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to fix vulnerabilities ([8578906](https://github.com/thomasthiebaud/react-use-size/commit/8578906aaabee1cb2e71faf40b37929c408db228))
7+
8+
9+
### chore
10+
11+
* drop support for node 12 ([77e2cd4](https://github.com/thomasthiebaud/react-use-size/commit/77e2cd47d004ae689435cabb9ed007374234a1e3))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* regenerate the package-lock.json file to use lockfileVersion v2.
17+
* drop support for node 12 and requires node 14 (LTS) or later
18+
119
# [2.1.0](https://github.com/thomasthiebaud/react-use-size/compare/v2.0.4...v2.1.0) (2022-04-04)
220

321

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