From 5c54f735f10ff6f78e6f4471c8991026520bab03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 19:24:03 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/arjunvegda/japanese-moji/compare/v1.0.0...v1.1.0) (2022-02-21) ### Bug Fixes * trigger build, empty commit ([#45](https://github.com/arjunvegda/japanese-moji/issues/45)) ([96d3c03](https://github.com/arjunvegda/japanese-moji/commit/96d3c0369aadee560cc6aee1742e977a31e2a718)) ### Features * add full width characters ([#36](https://github.com/arjunvegda/japanese-moji/issues/36)) ([13c162b](https://github.com/arjunvegda/japanese-moji/commit/13c162bf76ec092b4a4bcf89cf291382fa338070)) * add support for node >=12.22.0 and remove yarn from engine ([#40](https://github.com/arjunvegda/japanese-moji/issues/40)) ([5b23783](https://github.com/arjunvegda/japanese-moji/commit/5b23783146ad52182f891a38f87a605836ca05e2)) * 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 | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 732873d..550b16d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.1.0](https://github.com/arjunvegda/japanese-moji/compare/v1.0.0...v1.1.0) (2022-02-21) + + +### Bug Fixes + +* trigger build, empty commit ([#45](https://github.com/arjunvegda/japanese-moji/issues/45)) ([96d3c03](https://github.com/arjunvegda/japanese-moji/commit/96d3c0369aadee560cc6aee1742e977a31e2a718)) + + +### Features + +* add full width characters ([#36](https://github.com/arjunvegda/japanese-moji/issues/36)) ([13c162b](https://github.com/arjunvegda/japanese-moji/commit/13c162bf76ec092b4a4bcf89cf291382fa338070)) +* add support for node >=12.22.0 and remove yarn from engine ([#40](https://github.com/arjunvegda/japanese-moji/issues/40)) ([5b23783](https://github.com/arjunvegda/japanese-moji/commit/5b23783146ad52182f891a38f87a605836ca05e2)) +* 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.4](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0-next.3...v1.1.0-next.4) (2022-02-21) diff --git a/package.json b/package.json index f5f0a0e..2756767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "japanese-moji", - "version": "1.1.0-next.4", + "version": "1.1.0", "description": "A toolkit to validate Japanese characters", "type": "module", "packageManager": "yarn@3.1.1",