We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2264c88 commit 4875ec5Copy full SHA for 4875ec5
CHANGELOG.md
@@ -1,4 +1,16 @@
1
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
14
## v0.4.0 (2021-04-07)
15
16
#### :zap: Improvement Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/cli",
"description": "CLI Tooling for i18n development",
- "version": "0.4.0",
+ "version": "0.5.0",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments