File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
21
## v0.6.0 (2021-07-13)
3
22
4
23
#### :boom : Breaking Change
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intlify/cli" ,
3
3
"description" : " CLI Tooling for i18n development" ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"author" : {
6
6
"name" : " kazuya kawaguchi" ,
7
7
"email" : " kawakazu80@gmail.com"
You can’t perform that action at this time.
0 commit comments