diff --git a/.changeset/odd-houses-flash.md b/.changeset/odd-houses-flash.md deleted file mode 100644 index f94a492e..00000000 --- a/.changeset/odd-houses-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": patch ---- - -fix(deps): update dependency eslint-json-compat-utils to ^0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bac8b7a..84a630b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.18.1 + +### Patch Changes + +- [#374](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/374) [`3f8a1b9`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/3f8a1b90b3b3a62bb5c598c62dc55a1d08ccea7b) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-json-compat-utils to ^0.2.0 + ## 2.18.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index eca4407e..5f81f094 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.18.0"; +export const version = "2.18.1"; diff --git a/package.json b/package.json index 9b5a716b..b9dfd5aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.18.0", + "version": "2.18.1", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {