Skip to content

Commit dad88af

Browse files
authored
minor release v0.9.0 (#121)
* minor release v0.9.0 * Update CHANGELOG.md
1 parent 24eca59 commit dad88af

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

2+
## v0.9.0 (2020-08-17)
3+
4+
#### :star: Features
5+
* [#114](https://github.com/intlify/eslint-plugin-vue-i18n/pull/114) Add support for multiple locale directories ([@ota-meshi](https://github.com/ota-meshi))
6+
* [#116](https://github.com/intlify/eslint-plugin-vue-i18n/pull/116) Add `@intlify/vue-i18n/key-format-style` rule ([@ota-meshi](https://github.com/ota-meshi))
7+
* [#112](https://github.com/intlify/eslint-plugin-vue-i18n/pull/112) Add `@intlify/vue-i18n/no-duplicate-keys-in-locale` rule and change `@intlify/vue-i18n/no-missing-keys` rule to not report if there is one matching key in each locale ([@ota-meshi](https://github.com/ota-meshi))
8+
9+
#### :bug: Bug Fixes
10+
* [#115](https://github.com/intlify/eslint-plugin-vue-i18n/pull/115) Fix false positives when key contains object in YAML in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
11+
* [#111](https://github.com/intlify/eslint-plugin-vue-i18n/pull/111) Fix false negatives in `<i18n>` block without `<template>` in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
12+
13+
#### :pencil: Documentation
14+
* [#110](https://github.com/intlify/eslint-plugin-vue-i18n/pull/110) Add TypeScript FAQ. ([@ota-meshi](https://github.com/ota-meshi))
15+
16+
#### Committers: 1
17+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
18+
19+
220
## v0.8.1 (2020-08-07)
321

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

0 commit comments

Comments
 (0)