Skip to content

Commit 34ac453

Browse files
Version Packages
1 parent 3008984 commit 34ac453

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/hungry-wasps-relax.md

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

.changeset/pr-3025.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-vue
22

3+
## 10.9.0
4+
5+
### Minor Changes
6+
7+
- Added support for `:single-line`/`:multi-line` pseudo-classes in [`vue/padding-line-between-tags`](https://eslint.vuejs.org/rules/padding-line-between-tags.html) (#3025) ([`3008984`](https://github.com/vuejs/eslint-plugin-vue/commit/30089842118ef3a97c5947481eb63d26f29b7866))
8+
9+
### Patch Changes
10+
11+
- Migrate configs to TypeScript ([#3002](https://github.com/vuejs/eslint-plugin-vue/pull/3002))
12+
313
## 10.8.0
414

515
### 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.8.0",
3+
"version": "10.9.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)