Skip to content

Commit a8815bd

Browse files
authored
minor release v0.8.0 (#41)
1 parent 0ae4f18 commit a8815bd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## v0.8.0 (2019-12-23)
3+
4+
#### :star: Features
5+
* [#39](https://github.com/kazupon/vue-i18n-locale-message/pull/39) support --normalize option ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#38](https://github.com/kazupon/vue-i18n-locale-message/pull/38) support default value when --conf is omitted ([@kazupon](https://github.com/kazupon))
9+
10+
#### :boom: Breaking Change
11+
* [#40](https://github.com/kazupon/vue-i18n-locale-message/pull/40) breaking: change the provider push and pull I/F ([@kazupon](https://github.com/kazupon))
12+
13+
#### Committers: 1
14+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
15+
16+
217
## v0.7.0 (2019-12-19)
318

419
#### :star: Features

package.json

+1-1
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.7.0",
4+
"version": "0.8.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)