From 063dfec3a32e7a925dfbf8e14d39ac85eec73a19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 08:51:14 +0000 Subject: [PATCH] chore: release eslint-plugin-vue-scoped-css --- .changeset/afraid-apples-hunt.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/afraid-apples-hunt.md diff --git a/.changeset/afraid-apples-hunt.md b/.changeset/afraid-apples-hunt.md deleted file mode 100644 index 6cda583d..00000000 --- a/.changeset/afraid-apples-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue-scoped-css": minor ---- - -feat(TS): add types so that rules can be used in TS eslint.config files diff --git a/CHANGELOG.md b/CHANGELOG.md index 820336ba..d33e68ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-vue-scoped-css +## 2.10.0 + +### Minor Changes + +- 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)) + ## 2.9.0 ### Minor Changes diff --git a/package.json b/package.json index b96632c4..cb7433b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue-scoped-css", - "version": "2.9.0", + "version": "2.10.0", "description": "ESLint plugin for Scoped CSS in Vue.js", "main": "dist/index.js", "types": "dist/index.d.ts",