diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bed9ce..4fecd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [v1.3.0](https://github.com/TomokiMiyauci/equal/compare/v1.2.0...v1.3.0) (2021-05-31) + +## ✨ New Features +- [`90c2572`](https://github.com/TomokiMiyauci/equal/commit/90c2572) No bundle external dependency for bundle size, change outputs +- [`7e59ff1`](https://github.com/TomokiMiyauci/equal/commit/7e59ff1) Add equality of URL object +- [`fd81dc6`](https://github.com/TomokiMiyauci/equal/commit/fd81dc6) Add equality of URLSearchParams + # [v1.3.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2021-05-31) ## ✨ New Features diff --git a/package.json b/package.json index 3d5dc9b..89c9498 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.3.0-beta.2", + "version": "1.3.0", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.es.d.ts",