Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/TomokiMiyauci/equal into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed May 31, 2021
2 parents 57a8843 + 5c16bb7 commit ea8cd9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v1.4.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.3.0...v1.4.0-beta.1) (2021-05-31)

## ✨ New Features
- [`ffe286c`](https://github.com/TomokiMiyauci/equal/commit/ffe286c) Add equality of Int8Array (Issues: [`#16`](https://github.com/TomokiMiyauci/equal/issues/16))
- [`abbc99a`](https://github.com/TomokiMiyauci/equal/commit/abbc99a) Add equality of UIint8Array (Issues: [`#17`](https://github.com/TomokiMiyauci/equal/issues/17))
- [`495666e`](https://github.com/TomokiMiyauci/equal/commit/495666e) Add equality of Uint8ClampedArray (Issues: [`#18`](https://github.com/TomokiMiyauci/equal/issues/18))
- [`439993b`](https://github.com/TomokiMiyauci/equal/commit/439993b) Add equality of TypedArray (Issues: [`#19`](https://github.com/TomokiMiyauci/equal/issues/19))

# [v1.3.0](https://github.com/TomokiMiyauci/equal/compare/v1.2.0...v1.3.0) (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",
"version": "1.4.0-beta.1",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit ea8cd9f

Please sign in to comment.