Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 312b665

Browse files
authoredJul 26, 2021
minor release v1.2.0 (#163)
1 parent 291b8e5 commit 312b665

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
## v1.2.0 (2021-07-26)
3+
4+
#### :boom: Breaking Change
5+
* [#161](https://github.com/intlify/vue-i18n-locale-message/pull/161) change how to specify dot ignore files: from file path to file name ([@kiibo382](https://github.com/kiibo382))
6+
7+
#### Committers: 1
8+
- shota kizawa ([@kiibo382](https://github.com/kiibo382))
9+
10+
211
## v1.1.2 (2021-07-09)
312

413
#### :bug: Bug Fixes

‎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": "1.1.2",
4+
"version": "1.2.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)
Please sign in to comment.