diff --git a/CHANGELOG.md b/CHANGELOG.md index 0633fd7..1ca9856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v1.4.1](https://github.com/TomokiMiyauci/equal/compare/v1.4.0...v1.4.1) (2021-06-02) + +## 🐛 Bug Fixes +- [`e614a09`](https://github.com/TomokiMiyauci/equal/commit/e614a09) Improve performance to break on the way + # [v1.4.1-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.4.0...v1.4.1-beta.1) (2021-06-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index a364975..c56f3b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lauqe", "description": "(=equal) TypeScript-first deep equivalence comparison between two values", - "version": "1.4.1-beta.1", + "version": "1.4.1", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.es.d.ts",