diff --git a/.changeset/flat-bikes-pay.md b/.changeset/flat-bikes-pay.md deleted file mode 100644 index 686d3f02..00000000 --- a/.changeset/flat-bikes-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -feat: `jsonc/auto` rule works even in flat config diff --git a/CHANGELOG.md b/CHANGELOG.md index aaeaa1b4..8e8e26a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.13.0 + +### Minor Changes + +- [#298](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/298) [`a40f021`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/a40f02114d455d0d7f3677b1d2e6a6522a8e72f4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: `jsonc/auto` rule works even in flat config + ## 2.12.2 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index c50085c8..9fbf6a94 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.12.2" as const; +export const version = "2.13.0" as const; diff --git a/package.json b/package.json index 855e89e1..7b031bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.12.2", + "version": "2.13.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {