From 2778d90a9ce44cfca64fac1ed690d6bc8080918b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:07:18 +0900 Subject: [PATCH] chore: release eslint-plugin-vue-scoped-css (#286) Co-authored-by: github-actions[bot] --- .changeset/warm-cooks-shake.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/warm-cooks-shake.md diff --git a/.changeset/warm-cooks-shake.md b/.changeset/warm-cooks-shake.md deleted file mode 100644 index 96a0f07a..00000000 --- a/.changeset/warm-cooks-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue-scoped-css": minor ---- - -Improve `no-unused-selector` performance diff --git a/CHANGELOG.md b/CHANGELOG.md index 9882e08c..cd3a89cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-vue-scoped-css +## 2.5.0 + +### Minor Changes + +- Improve `no-unused-selector` performance ([#285](https://github.com/future-architect/eslint-plugin-vue-scoped-css/pull/285)) + ## 2.4.0 ### Minor Changes diff --git a/package.json b/package.json index eebc6303..75105591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue-scoped-css", - "version": "2.4.0", + "version": "2.5.0", "description": "ESLint plugin for Scoped CSS in Vue.js", "main": "dist/index.js", "scripts": {