Skip to content

Commit 430e6a5

Browse files
authored
minor release v0.9.0 (#45)
1 parent e1ee532 commit 430e6a5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
## v0.9.0 (2021-10-26)
3+
4+
#### :star: Features
5+
* [#43](https://github.com/intlify/cli/pull/43) feat: add --dryRun option for annotate ([@kazupon](https://github.com/kazupon))
6+
* [#41](https://github.com/intlify/cli/pull/41) feat: format command ([@kazupon](https://github.com/kazupon))
7+
8+
#### :zap: Improvement Features
9+
* [#42](https://github.com/intlify/cli/pull/42) improvement: bump intlify libs ([@kazupon](https://github.com/kazupon))
10+
11+
#### :globe_with_meridians: Internationalization
12+
* [#44](https://github.com/intlify/cli/pull/44) i18n: support pluralization for format command ([@kazupon](https://github.com/kazupon))
13+
14+
#### Committers: 1
15+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
16+
17+
218
## v0.8.0 (2021-10-21)
319

420
#### :star: Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/cli",
33
"description": "CLI Tooling for i18n development",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)