We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2657a commit 7a304e2Copy full SHA for 7a304e2
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+## v1.0.1 (2021-10-29)
3
+
4
+#### :bug: Bug Fixes
5
+* [#252](https://github.com/intlify/eslint-plugin-vue-i18n/pull/252) Fix false positives for `<i18n-t keypath>` in `no-unused-key` rule ([@ota-meshi](https://github.com/ota-meshi))
6
7
+#### Committers: 1
8
+- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
9
10
11
## v1.0.0 (2021-10-29)
12
13
#### :boom: Breaking Change
package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments