Skip to content

Commit 2a4336b

Browse files
Version Packages (#2748)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf261fb commit 2a4336b

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/crazy-impalas-pick.md

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

.changeset/grumpy-humans-tickle.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# eslint-plugin-vue
2+
3+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- [vue/no-restricted-html-elements](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now accepts multiple elements in each entry. ([#2750](https://github.com/vuejs/eslint-plugin-vue/pull/2750))
8+
9+
### Patch Changes
10+
11+
- Updates resources ([#2747](https://github.com/vuejs/eslint-plugin-vue/pull/2747))

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.1.0",
3+
"version": "10.2.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)