Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Nov 22, 2022
1 parent d203de4 commit e76cb6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,18 @@
# Changelog

## [2.0.0](https://github.com/christophehurpeau/deep-freeze-es6/compare/v1.3.1...v2.0.0) (2022-11-22)


### ⚠ BREAKING CHANGES

* drop node < 16 support, drop cjs

### Bug Fixes

* issue with prior PR undefined variable ([#9](https://github.com/christophehurpeau/deep-freeze-es6/issues/9)) ([afa9596](https://github.com/christophehurpeau/deep-freeze-es6/commit/afa9596bccef4b870a04e3f4043099f0786c2d88))
* original deep-freeze also froze functions ([#10](https://github.com/christophehurpeau/deep-freeze-es6/issues/10)) ([e2cdb1e](https://github.com/christophehurpeau/deep-freeze-es6/commit/e2cdb1e1899bc552030a19c2f0835036284c27a0))


### Miscellaneous Chores

* use yarn berry, add jest, update dev deps ([9089b12](https://github.com/christophehurpeau/deep-freeze-es6/commit/9089b1263d9fb426cc9a23ce45f23ae19f6e8b6d))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "deep-freeze-es6",
"version": "1.4.1",
"version": "2.0.0",
"description": "deep freeze, works with Map and Set",
"keywords": [
"freeze",
Expand Down

0 comments on commit e76cb6f

Please sign in to comment.