Skip to content

Commit 4875ec5

Browse files
authored
minor release v0.5.0 (#23)
1 parent 2264c88 commit 4875ec5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

2+
## v0.5.0 (2021-04-10)
3+
4+
#### :star: Features
5+
* [#22](https://github.com/intlify/cli/pull/22) feat: compile mode ([@kazupon](https://github.com/kazupon))
6+
7+
#### :bug: Bug Fixes
8+
* [#21](https://github.com/intlify/cli/pull/21) fix: cannot display compilation message ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v0.4.0 (2021-04-07)
315

416
#### :zap: Improvement 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.4.0",
4+
"version": "0.5.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)