From 90ef83fd62de5dda691d3e06f5002fea89609a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:15:09 +0900 Subject: [PATCH] chore: release eslint-plugin-jsonc (#333) Co-authored-by: github-actions[bot] --- .changeset/purple-beers-warn.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/purple-beers-warn.md diff --git a/.changeset/purple-beers-warn.md b/.changeset/purple-beers-warn.md deleted file mode 100644 index c04ca674..00000000 --- a/.changeset/purple-beers-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": patch ---- - -fix: crash in `jsonc/auto` diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eadda38..5b5e8e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.15.1 + +### Patch Changes + +- [#332](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/332) [`f2f9d75`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/f2f9d7553e5eba296cf3e154fbce6fe89a6a93a0) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash in `jsonc/auto` + ## 2.15.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index 2e083366..e087b5c7 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.15.0"; +export const version = "2.15.1"; diff --git a/package.json b/package.json index 6f56a3be..73360507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.15.0", + "version": "2.15.1", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {