diff --git a/CHANGELOG.md b/CHANGELOG.md index f485b4a..a3da1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## v0.9.0 (2021-10-26) + +#### :star: Features +* [#43](https://github.com/intlify/cli/pull/43) feat: add --dryRun option for annotate ([@kazupon](https://github.com/kazupon)) +* [#41](https://github.com/intlify/cli/pull/41) feat: format command ([@kazupon](https://github.com/kazupon)) + +#### :zap: Improvement Features +* [#42](https://github.com/intlify/cli/pull/42) improvement: bump intlify libs ([@kazupon](https://github.com/kazupon)) + +#### :globe_with_meridians: Internationalization +* [#44](https://github.com/intlify/cli/pull/44) i18n: support pluralization for format command ([@kazupon](https://github.com/kazupon)) + +#### Committers: 1 +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) + + ## v0.8.0 (2021-10-21) #### :star: Features diff --git a/package.json b/package.json index 819dbc6..aa5b695 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intlify/cli", "description": "CLI Tooling for i18n development", - "version": "0.8.0", + "version": "0.9.0", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"