Skip to content

Commit

Permalink
minor release v1.1.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 16, 2021
1 parent 184af78 commit f41b7be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

## v1.1.0 (2021-11-16)

#### :star: Features
* [#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))
* [#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))

#### :bug: Bug Fixes
* [#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))
* [#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))

#### Committers: 1
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))


## v1.0.1 (2021-10-29)

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "1.0.1",
"version": "1.1.0",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down

0 comments on commit f41b7be

Please sign in to comment.