Skip to content

Commit

Permalink
🔖 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.3.0](v1.2.0...v1.3.0) (2021-05-31)

## ✨ New Features
- [`90c2572`](90c2572)   No bundle external dependency for bundle size, change outputs
- [`7e59ff1`](7e59ff1)   Add equality of URL object
- [`fd81dc6`](fd81dc6)   Add equality of URLSearchParams
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent f5b9590 commit 7df0d53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7df0d53

Please sign in to comment.