Skip to content

Commit 07bbda8

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.4...v2.0.0) (2024-02-04) ### Features * switch to ESM ([#235](#235)) ([8b08c02](8b08c02)) ### BREAKING CHANGES * package now is `type:"module"` and distributed only with ESM modules and ESNext lang level.
1 parent 8b08c02 commit 07bbda8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/react-hookz/deep-equal/compare/v1.0.4...v2.0.0) (2024-02-04)
2+
3+
4+
### Features
5+
6+
* switch to ESM ([#235](https://github.com/react-hookz/deep-equal/issues/235)) ([8b08c02](https://github.com/react-hookz/deep-equal/commit/8b08c0211d5e62411d6c2db2516a42494a15d9a1))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* package now is `type:"module"` and distributed only with ESM modules and ESNext lang level.
12+
113
## [1.0.4](https://github.com/react-hookz/deep-equal/compare/v1.0.3...v1.0.4) (2022-12-18)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hookz/deep-equal",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Fast deep equal comparator",
55
"keywords": [
66
"deep",

0 commit comments

Comments
 (0)