Skip to content

Commit b4d5c85

Browse files
authored
minor release v0.8.0 (#98)
1 parent 7852561 commit b4d5c85

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

2+
## v0.8.0 (2020-08-07)
3+
4+
#### :star: Features
5+
* [#94](https://github.com/intlify/eslint-plugin-vue-i18n/pull/94) Add support YAML and JSON5 resources. ([@ota-meshi](https://github.com/ota-meshi))
6+
7+
#### :bug: Bug Fixes
8+
* [#92](https://github.com/intlify/eslint-plugin-vue-i18n/pull/92) Fix false positives of key used in `<i18n>` component in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
9+
10+
#### :zap: Improvement Features
11+
* [#93](https://github.com/intlify/eslint-plugin-vue-i18n/pull/93) Change `no-missing-keys` and `no-dynamic-keys` rules to also verify keys used in the `<i18n-t>` component. ([@ota-meshi](https://github.com/ota-meshi))
12+
* [#87](https://github.com/intlify/eslint-plugin-vue-i18n/pull/87) Change to apply update when resource file is updated. ([@ota-meshi](https://github.com/ota-meshi))
13+
14+
#### :pencil: Documentation
15+
* [#89](https://github.com/intlify/eslint-plugin-vue-i18n/pull/89) docs: fix $t in example ([@azu](https://github.com/azu))
16+
17+
#### Committers: 2
18+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
19+
- azu ([@azu](https://github.com/azu))
20+
21+
222
## v0.7.0 (2020-07-27)
323

424
#### :star: Features

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

0 commit comments

Comments
 (0)