Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 8b08c02 commit 07bbda8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/react-hookz/deep-equal/compare/v1.0.4...v2.0.0) (2024-02-04)


### Features

* switch to ESM ([#235](https://github.com/react-hookz/deep-equal/issues/235)) ([8b08c02](https://github.com/react-hookz/deep-equal/commit/8b08c0211d5e62411d6c2db2516a42494a15d9a1))


### BREAKING CHANGES

* package now is `type:"module"` and distributed only with ESM modules and ESNext lang level.

## [1.0.4](https://github.com/react-hookz/deep-equal/compare/v1.0.3...v1.0.4) (2022-12-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/deep-equal",
"version": "1.0.4",
"version": "2.0.0",
"description": "Fast deep equal comparator",
"keywords": [
"deep",
Expand Down

0 comments on commit 07bbda8

Please sign in to comment.