Skip to content

Commit 93e5806

Browse files
chore: release @intlify/eslint-plugin-vue-i18n (#655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e07405b commit 93e5806

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/empty-steaks-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-grapes-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @intlify/eslint-plugin-vue-i18n
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#637](https://github.com/intlify/eslint-plugin-vue-i18n/pull/637) [`383e682`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/383e682a1417c37c4b783d131584a203e2c99a96) Thanks [@mcler](https://github.com/mcler)! - Improved to apply no-dynamic-keys rule to non-Vue files as well.
8+
9+
- [#652](https://github.com/intlify/eslint-plugin-vue-i18n/pull/652) [`98b9f70`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/98b9f70462a181184040656a6ae6d7c23f58d7af) Thanks [@andreww2012](https://github.com/andreww2012)! - fix(no-raw-text): disallow extra properties in rule options
10+
311
## 4.0.1
412

513
### Patch Changes

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": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
77
"keywords": [

0 commit comments

Comments
 (0)