Skip to content

Commit 0390af5

Browse files
committed
🎉 release(minor): v0.1.0
1 parent 649f39c commit 0390af5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<a name="0.1.0"></a>
2+
# 0.1.0 (2019-08-28)
3+
4+
5+
### :star: New Features
6+
7+
* **cli:** squeeze and infuse commands ([60d1136](https://github.com/kazupon/vue-i18n-locale-message/commit/60d1136))
8+
* i18n custom block updating ([ff236a8](https://github.com/kazupon/vue-i18n-locale-message/commit/ff236a8))
9+
* **api:** extract i18n locale messages from i18n custom block meta info ([9f4c47c](https://github.com/kazupon/vue-i18n-locale-message/commit/9f4c47c))
10+
* **api:** reflect locale message meta from SFC file info ([ef674ce](https://github.com/kazupon/vue-i18n-locale-message/commit/ef674ce))
11+
* **api:** support yaml and json5 format ([5e21036](https://github.com/kazupon/vue-i18n-locale-message/commit/5e21036))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n-locale-message",
33
"description": "i18n locale messages management tool / library for vue-i18n",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)