From c3c797b652e71a6a7fe2f446c88edbeeedce6737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:38:24 +0900 Subject: [PATCH] chore: release eslint-plugin-jsonc (#295) Co-authored-by: github-actions[bot] --- .changeset/neat-lamps-grow.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/neat-lamps-grow.md diff --git a/.changeset/neat-lamps-grow.md b/.changeset/neat-lamps-grow.md deleted file mode 100644 index f5b4ca06..00000000 --- a/.changeset/neat-lamps-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": patch ---- - -fix(deps): update dependency eslint-compat-utils to ^0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba83173e..97db3d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.12.1 + +### Patch Changes + +- [#294](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/294) [`bb9538a`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/bb9538ac57ad93fab7b8d0444d5b58fb0a842080) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.3.0 + ## 2.12.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index ddcd8f1f..6d4f8d26 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.0" as const; +export const version = "2.12.1" as const; diff --git a/package.json b/package.json index 242a2ff1..3c406baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.12.0", + "version": "2.12.1", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {