Skip to content

Commit 99de5c3

Browse files
authored
patch release v0.16.1 (#86)
1 parent 967aced commit 99de5c3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.16.1 (2020-02-03)
3+
4+
#### :star: Features
5+
* [#83](https://github.com/kazupon/vue-i18n-locale-message/pull/83) feat: define LocaleMessageDictionary type ([@kazupon](https://github.com/kazupon))
6+
7+
#### :bug: Bug Fixes
8+
* [#85](https://github.com/kazupon/vue-i18n-locale-message/pull/85) fix object is converted to array ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v0.16.0 (2020-01-27)
315

416
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)