diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aa2c6cb..40e4acc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0...v1.1.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.1-next.1](https://github.com/arjunvegda/japanese-moji/compare/v1.1.0...v1.1.1-next.1) (2022-02-21) diff --git a/package.json b/package.json index 6fb7800..6e08699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "japanese-moji", - "version": "1.1.1-next.1", + "version": "1.1.1", "description": "A toolkit to validate Japanese characters", "type": "module", "packageManager": "yarn@3.1.1",