Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-02-21)

### Bug Fixes

* trigger build, empty commit ([#45](#45)) ([96d3c03](96d3c03))

### Features

* add full width characters ([#36](#36)) ([13c162b](13c162b))
* add support for node >=12.22.0 and remove yarn from engine ([#40](#40)) ([5b23783](5b23783))
* allow importing package.json ([#38](#38)) ([36198a9](36198a9))
  • Loading branch information
semantic-release-bot committed Feb 21, 2022
1 parent 3765e8d commit 5c54f73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c54f73

Please sign in to comment.