Skip to content

Commit 05a50e8

Browse files
authored
minor release v1.6.0 (#182)
1 parent a1b23fb commit 05a50e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
## v1.6.0 (2021-08-05)
3+
4+
#### :boom: Breaking Change
5+
* [#181](https://github.com/intlify/vue-i18n-locale-message/pull/181) fix: change the return value of the diff API to an object ([@kiibo382](https://github.com/kiibo382))
6+
7+
#### Committers: 1
8+
- shota kizawa ([@kiibo382](https://github.com/kiibo382))
9+
10+
211
## v1.5.1 (2021-08-03)
312

413
#### :bug: Bug Fixes

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

0 commit comments

Comments
 (0)