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": {