Skip to content

Commit

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

## ✨ New Features
- [`dfb37b4`](dfb37b4)   Add equality of ArrayBuffer (Issues: [`#20`](#20))
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent ea8cd9f commit 4ecaa27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v1.4.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.4.0-beta.1...v1.4.0-beta.2) (2021-05-31)

## ✨ New Features
- [`dfb37b4`](https://github.com/TomokiMiyauci/equal/commit/dfb37b4) Add equality of ArrayBuffer (Issues: [`#20`](https://github.com/TomokiMiyauci/equal/issues/20))

# [v1.4.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.3.0...v1.4.0-beta.1) (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.4.0-beta.1",
"version": "1.4.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 4ecaa27

Please sign in to comment.