Skip to content

Commit ec58a0c

Browse files
authored
patch release v0.13.1 (#62)
1 parent a6c2f73 commit ec58a0c

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
@@ -1,4 +1,15 @@
11

2+
## v0.13.1 (2020-01-09)
3+
4+
#### :zap: Improvement Features
5+
* [#59](https://github.com/kazupon/vue-i18n-locale-message/pull/59) support --format option for import command ([@kazupon](https://github.com/kazupon))
6+
* [#61](https://github.com/kazupon/vue-i18n-locale-message/pull/61) Add dryRun on infuse command ([@robinsondotnet](https://github.com/robinsondotnet))
7+
8+
#### Committers: 2
9+
- Kento ([@robinsondotnet](https://github.com/robinsondotnet))
10+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
11+
12+
213
## v0.13.0 (2020-01-08)
314

415
#### :star: Features

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

0 commit comments

Comments
 (0)