Skip to content

Commit f41b7be

Browse files
authored
minor release v1.1.0 (#265)
1 parent 184af78 commit f41b7be

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## v1.1.0 (2021-11-16)
3+
4+
#### :star: Features
5+
* [#259](https://github.com/intlify/eslint-plugin-vue-i18n/pull/259) Add `attributes` option to `no-raw-text` rule ([@ota-meshi](https://github.com/ota-meshi))
6+
* [#257](https://github.com/intlify/eslint-plugin-vue-i18n/pull/257) Add `SCREAMING_SNAKE_CASE` option to `key-format-style` rule ([@ota-meshi](https://github.com/ota-meshi))
7+
8+
#### :bug: Bug Fixes
9+
* [#256](https://github.com/intlify/eslint-plugin-vue-i18n/pull/256) Fix bug when using delimited-like path. ([@ota-meshi](https://github.com/ota-meshi))
10+
* [#253](https://github.com/intlify/eslint-plugin-vue-i18n/pull/253) Fix false negatives for `<i18n-t keypath>` in `no-missing-key` rule ([@ota-meshi](https://github.com/ota-meshi))
11+
12+
#### Committers: 1
13+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
14+
15+
216
## v1.0.1 (2021-10-29)
317

418
#### :bug: Bug Fixes

package.json

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

0 commit comments

Comments
 (0)