diff --git a/.changeset/happy-penguins-search.md b/.changeset/happy-penguins-search.md deleted file mode 100644 index 6d3744d6..00000000 --- a/.changeset/happy-penguins-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -feat: improved compatibility with `@types/eslint` for flat config. diff --git a/CHANGELOG.md b/CHANGELOG.md index 260cf9e9..4eadda38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.15.0 + +### Minor Changes + +- [#322](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/322) [`0dfdc50`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/0dfdc501d2a8e20619956eca113d2c4cee2b2773) Thanks [@Logicer16](https://github.com/Logicer16)! - feat: improved compatibility with `@types/eslint` for flat config. + ## 2.14.1 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index c52caff5..2e083366 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"; -export const version = "2.14.1"; +export const version = "2.15.0"; diff --git a/package.json b/package.json index c7158db7..d536458e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.14.1", + "version": "2.15.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {