From cdae744dbc77f9143917246ff3c1d1ffd5d067af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:57:37 +0900 Subject: [PATCH] chore: release eslint-plugin-vue-scoped-css (#317) Co-authored-by: github-actions[bot] --- .changeset/rich-goats-notice.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rich-goats-notice.md diff --git a/.changeset/rich-goats-notice.md b/.changeset/rich-goats-notice.md deleted file mode 100644 index f22df8e2..00000000 --- a/.changeset/rich-goats-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue-scoped-css": minor ---- - -feat: use eslint-compat-utils diff --git a/CHANGELOG.md b/CHANGELOG.md index b587abb7..de65234c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-vue-scoped-css +## 2.6.0 + +### Minor Changes + +- feat: use eslint-compat-utils ([#316](https://github.com/future-architect/eslint-plugin-vue-scoped-css/pull/316)) + ## 2.5.1 ### Patch Changes diff --git a/package.json b/package.json index 7c802461..42e92d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue-scoped-css", - "version": "2.5.1", + "version": "2.6.0", "description": "ESLint plugin for Scoped CSS in Vue.js", "main": "dist/index.js", "scripts": {