From d4213c8fd1021bc3e31316957f273594668ee3d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:24:03 +0900 Subject: [PATCH] chore: release eslint-plugin-jsonc (#297) Co-authored-by: github-actions[bot] --- .changeset/weak-balloons-speak.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/weak-balloons-speak.md diff --git a/.changeset/weak-balloons-speak.md b/.changeset/weak-balloons-speak.md deleted file mode 100644 index 7e3538a2..00000000 --- a/.changeset/weak-balloons-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": patch ---- - -fix(deps): update dependency eslint-compat-utils to ^0.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 97db3d26..aaeaa1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.12.2 + +### Patch Changes + +- [#296](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/296) [`7e904d2`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/7e904d2911234db8eb9695a5c7c2335465a91bde) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.4.0 + ## 2.12.1 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index 6d4f8d26..c50085c8 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.1" as const; +export const version = "2.12.2" as const; diff --git a/package.json b/package.json index ad065564..25dddf2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.12.1", + "version": "2.12.2", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {