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 a8930da commit 9b61cb4Copy full SHA for 9b61cb4
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+## v0.6.0 (2021-07-13)
3
+
4
+#### :boom: Breaking Change
5
+* [#24](https://github.com/intlify/cli/pull/24) breaking: move generator to @intlify/bundle-utils ([@kazupon](https://github.com/kazupon))
6
+* [#25](https://github.com/intlify/cli/pull/25) breaking: drop node v10 ([@kazupon](https://github.com/kazupon))
7
8
+#### Committers: 1
9
+- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
10
11
12
## v0.5.0 (2021-04-10)
13
14
#### :star: Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/cli",
"description": "CLI Tooling for i18n development",
- "version": "0.5.0",
+ "version": "0.6.0",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments