diff --git a/CHANGELOG.md b/CHANGELOG.md index c408ec8..8fa7abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.1.1](https://github.com/kazupon/vue-i18n-locale-message/compare/v0.1.0...v0.1.1) (2019-09-02) + + +### :bug: Bug Fixes + +* fix multiple i18n custom blocks ([b226c65](https://github.com/kazupon/vue-i18n-locale-message/commit/b226c65)) + + + # 0.1.0 (2019-08-28) diff --git a/package.json b/package.json index fd65518..f52e95f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n-locale-message", "description": "i18n locale messages management tool / library for vue-i18n", - "version": "0.1.0", + "version": "0.1.1", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"