Skip to content

Commit fcfd9f2

Browse files
authored
minor release v0.1.0 (#4)
1 parent bef5786 commit fcfd9f2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
## v0.1.0 (2020-12-29)
3+
4+
#### :star: Features
5+
* [#2](https://github.com/intlify/cli/pull/2) feat: compile api ([@kazupon](https://github.com/kazupon))
6+
* [#1](https://github.com/intlify/cli/pull/1) feat: compilation ([@kazupon](https://github.com/kazupon))
7+
8+
#### :globe_with_meridians: Internationalization
9+
* [#3](https://github.com/intlify/cli/pull/3) feat: i18n ([@kazupon](https://github.com/kazupon))
10+
11+
#### Committers: 1
12+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
13+
114
## v0.0.0 (2020-12-25)
215

316
I've borned in the world! :tada: on :christmas_tree:

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

0 commit comments

Comments
 (0)