From a5b03db46ce5ca3bf4a53107b6214d5e38763866 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 20:29:22 +0000 Subject: [PATCH] chore(release): 1.1.1-next.1 [skip ci] ## [1.1.1-next.1](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0...v1.1.1-next.1) (2022-02-21) ### Bug Fixes * improve docs for npm ([#55](https://github.com/arjunvegda/japanese-moji/issues/55)) ([a559a89](https://github.com/arjunvegda/japanese-moji/commit/a559a89744ef17747a75ed726f7c6dfc5a641f7f)) * trigger build, empty commit ([#54](https://github.com/arjunvegda/japanese-moji/issues/54)) ([b082bb4](https://github.com/arjunvegda/japanese-moji/commit/b082bb49c91816c147fbf1f50608ab796d80930e)) --- docs/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 550b16d..aa2c6cb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1-next.1](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0...v1.1.1-next.1) (2022-02-21) + + +### Bug Fixes + +* improve docs for npm ([#55](https://github.com/arjunvegda/japanese-moji/issues/55)) ([a559a89](https://github.com/arjunvegda/japanese-moji/commit/a559a89744ef17747a75ed726f7c6dfc5a641f7f)) +* trigger build, empty commit ([#54](https://github.com/arjunvegda/japanese-moji/issues/54)) ([b082bb4](https://github.com/arjunvegda/japanese-moji/commit/b082bb49c91816c147fbf1f50608ab796d80930e)) + # [1.1.0](https://github.com/arjunvegda/japanese-moji/compare/v1.0.0...v1.1.0) (2022-02-21) diff --git a/package.json b/package.json index 2756767..6fb7800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "japanese-moji", - "version": "1.1.0", + "version": "1.1.1-next.1", "description": "A toolkit to validate Japanese characters", "type": "module", "packageManager": "yarn@3.1.1",