Skip to content

Commit 9b61cb4

Browse files
authored
minor release v0.6.0 (#26)
1 parent a8930da commit 9b61cb4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
212
## v0.5.0 (2021-04-10)
313

414
#### :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.5.0",
4+
"version": "0.6.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)