Skip to content

Commit da068ae

Browse files
chore: release eslint-plugin-vue-scoped-css (#395)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b074b14 commit da068ae

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/afraid-apples-hunt.md

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

CHANGELOG.md

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

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- feat(TS): add types so that rules can be used in TS eslint.config files ([#394](https://github.com/future-architect/eslint-plugin-vue-scoped-css/pull/394))
8+
39
## 2.9.0
410

511
### 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-scoped-css",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "ESLint plugin for Scoped CSS in Vue.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)