Skip to content

Commit 7a304e2

Browse files
authored
patch release v1.0.1 (#254)
1 parent 8d2657a commit 7a304e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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+
211
## v1.0.0 (2021-10-29)
312

413
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)