From bf88780c62449a8d6b77024eea203334fed1159a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 01:48:24 +0000 Subject: [PATCH] chore(release): 1.1.0-next.2 [skip ci] # [1.1.0-next.2](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.1...v1.1.0-next.2) (2022-02-21) ### Features * allow importing package.json ([#38](https://github.com/arjunvegda/japanese-moji/issues/38)) ([36198a9](https://github.com/arjunvegda/japanese-moji/commit/36198a91b8c9480987125893f8b3dcbc3646b107)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5c9ce80..77b8fa2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-next.2](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.1...v1.1.0-next.2) (2022-02-21) + + +### Features + +* allow importing package.json ([#38](https://github.com/arjunvegda/japanese-moji/issues/38)) ([36198a9](https://github.com/arjunvegda/japanese-moji/commit/36198a91b8c9480987125893f8b3dcbc3646b107)) + # [1.1.0-next.1](https://github.com/arjunvegda/japanese-moji/compare/v1.0.0...v1.1.0-next.1) (2022-02-20) diff --git a/package.json b/package.json index 3d4a17c..64fd463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "japanese-moji", - "version": "1.1.0-next.1", + "version": "1.1.0-next.2", "description": "A toolkit to validate Japanese characters", "type": "module", "packageManager": "yarn@3.1.1",