Skip to content

Commit

Permalink
🔖 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# v1.0.0 (2021-05-14)

## ✨ New Features
- [`1f1ec53`](1f1ec53)   Add equal function with basic test case
- [`f9dedbe`](f9dedbe)   Add feature of asserting Number, String and Boolean object
  • Loading branch information
semantic-release-bot committed May 14, 2021
1 parent ae8ebe8 commit 4016a01
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.0.0 (2021-05-14)

## ✨ New Features
- [`1f1ec53`](https://github.com/TomokiMiyauci/equal/commit/1f1ec53) Add equal function with basic test case
- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature of asserting Number, String and Boolean object

# [v1.0.0-beta.2](https://github.com/TomokiMiyauci/equal/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-05-14)

## ✨ 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) Deep comparison between two values to determine if they are equivalent",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit 4016a01

Please sign in to comment.