diff --git a/.changeset/proud-cameras-pull.md b/.changeset/proud-cameras-pull.md deleted file mode 100644 index 223814ac..00000000 --- a/.changeset/proud-cameras-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -feat: use eslint-compat-utils diff --git a/CHANGELOG.md b/CHANGELOG.md index 040b86d7..c9e3c69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.10.0 + +### Minor Changes + +- [#265](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/265) [`8d503dd`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/8d503ddd845d370de446d7d2dc1e2c95d22a5ce1) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use eslint-compat-utils + ## 2.9.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index 8db3021d..52fc2419 100644 --- a/lib/meta.ts +++ b/lib/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "npm run update" export const name = "eslint-plugin-jsonc" as const; -export const version = "2.9.0" as const; +export const version = "2.10.0" as const; diff --git a/package.json b/package.json index 36aea5af..e62cca81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.9.0", + "version": "2.10.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {