Skip to content

Commit afabeb2

Browse files
Version Packages
1 parent a198b52 commit afabeb2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/great-ravens-happen.md

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

.changeset/purple-lights-invite.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
# eslint-plugin-vue
22

3+
## 10.5.0
4+
5+
### Minor Changes
6+
7+
- Added [`@stylistic/eslint-plugin`](https://eslint.style/) as optional peer dependency ([#2884](https://github.com/vuejs/eslint-plugin-vue/pull/2884))
8+
9+
- Added `ignorePattern` option to [`vue/no-v-html`](https://eslint.vuejs.org/rules/no-v-html.html) ([#2857](https://github.com/vuejs/eslint-plugin-vue/pull/2857))
10+
311
## 10.4.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "10.4.0",
3+
"version": "10.5.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)