Skip to content

Commit c9356ad

Browse files
authored
minor release v0.6.0 (#78)
1 parent 00ec913 commit c9356ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

2+
## v0.6.0 (2020-07-19)
3+
4+
#### :bug: Bug Fixes
5+
* [#76](https://github.com/intlify/eslint-plugin-vue-i18n/pull/76) Fix false positives for linked keys in no-unused-keys rule ([@ota-meshi](https://github.com/ota-meshi))
6+
7+
#### :zap: Improvement Features
8+
* [#75](https://github.com/intlify/eslint-plugin-vue-i18n/pull/75) Change "settings['vue-i18n'].localeDir" to can specify object options. ([@ota-meshi](https://github.com/ota-meshi))
9+
10+
#### Committers: 1
11+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
12+
13+
214
## v0.5.0 (2020-07-12)
315

416
#### :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": "@intlify/eslint-plugin-vue-i18n",
33
"description": "ESLint plugin for Vue I18n",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)