From 86782b57fa0860e75de540dbc96765e1ede5b09b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 May 2021 01:56:43 +0000 Subject: [PATCH] :bookmark: 1.0.0-beta.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 - [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature of asserting Number, String and Boolean object --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefd38a..cb10465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [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 +- [`f9dedbe`](https://github.com/TomokiMiyauci/equal/commit/f9dedbe) Add feature of asserting Number, String and Boolean object + # v1.0.0-beta.1 (2021-05-13) ## ✨ New Features diff --git a/package.json b/package.json index f8992be..199ed39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lauqe", "description": "(=equal) Deep comparison between two values to determine if they are equivalent", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.es.d.ts",