Skip to content

Commit dc261b2

Browse files
authored
minor release v0.7.0 (#34)
1 parent aa579a2 commit dc261b2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

2+
## v0.7.0 (2021-10-18)
3+
4+
#### :star: Features
5+
* [#33](https://github.com/intlify/cli/pull/33) feat: annotate command ([@kazupon](https://github.com/kazupon))
6+
* [#27](https://github.com/intlify/cli/pull/27) support node native es modules ([@kazupon](https://github.com/kazupon))
7+
8+
#### :bug: Bug Fixes
9+
* [#32](https://github.com/intlify/cli/pull/32) fix: compilation output bug ([@kazupon](https://github.com/kazupon))
10+
* [#29](https://github.com/intlify/cli/pull/29) fix type missing ([@kazupon](https://github.com/kazupon))
11+
12+
#### :zap: Improvement Features
13+
* [#31](https://github.com/intlify/cli/pull/31) switch to pnpm from yarn ([@kazupon](https://github.com/kazupon))
14+
* [#30](https://github.com/intlify/cli/pull/30) revert pnpm ([@kazupon](https://github.com/kazupon))
15+
* [#28](https://github.com/intlify/cli/pull/28) move to pnpm from yarn v1 ([@kazupon](https://github.com/kazupon))
16+
17+
#### Committers: 1
18+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
19+
20+
221
## v0.6.0 (2021-07-13)
322

423
#### :boom: Breaking Change

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.6.0",
4+
"version": "0.7.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)