Skip to content

Commit

Permalink
🎉 release(minor): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 28, 2019
1 parent 649f39c commit 0390af5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<a name="0.1.0"></a>
# 0.1.0 (2019-08-28)


### :star: New Features

* **cli:** squeeze and infuse commands ([60d1136](https://github.com/kazupon/vue-i18n-locale-message/commit/60d1136))
* i18n custom block updating ([ff236a8](https://github.com/kazupon/vue-i18n-locale-message/commit/ff236a8))
* **api:** extract i18n locale messages from i18n custom block meta info ([9f4c47c](https://github.com/kazupon/vue-i18n-locale-message/commit/9f4c47c))
* **api:** reflect locale message meta from SFC file info ([ef674ce](https://github.com/kazupon/vue-i18n-locale-message/commit/ef674ce))
* **api:** support yaml and json5 format ([5e21036](https://github.com/kazupon/vue-i18n-locale-message/commit/5e21036))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-i18n-locale-message",
"description": "i18n locale messages management tool / library for vue-i18n",
"version": "0.0.1",
"version": "0.1.0",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down

0 comments on commit 0390af5

Please sign in to comment.