Skip to content

Commit 6a70d4d

Browse files
authored
minor release v0.7.0 (#84)
* minor release v0.7.0 * Update CHANGELOG.md
1 parent d502436 commit 6a70d4d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

2+
## v0.7.0 (2020-07-27)
3+
4+
#### :star: Features
5+
* [#83](https://github.com/intlify/eslint-plugin-vue-i18n/pull/83) Add `enableFix` option to `@intlify/vue-i18n/no-unused-keys` rule ([@ota-meshi](https://github.com/ota-meshi))
6+
* [#80](https://github.com/intlify/eslint-plugin-vue-i18n/pull/80) Add support for `<i18n>` blocks of SFC. ([@ota-meshi](https://github.com/ota-meshi))
7+
8+
#### Committers: 1
9+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
10+
11+
212
## v0.6.0 (2020-07-19)
313

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

0 commit comments

Comments
 (0)