Skip to content

Commit

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

## ✨ New Features
- [`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 a45ff3b commit 36be5e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [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
- [`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.1](https://github.com/TomokiMiyauci/equal/compare/v1.2.0...v1.3.0-beta.1) (2021-05-30)

## ✨ 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.1",
"version": "1.3.0-beta.2",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit 36be5e4

Please sign in to comment.