From 28b764e3642678f25dc22daa9ff5800d74f711f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:02:53 +0900 Subject: [PATCH] chore: release eslint-plugin-jsonc (#206) Co-authored-by: github-actions[bot] --- .changeset/smart-bottles-beam.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smart-bottles-beam.md diff --git a/.changeset/smart-bottles-beam.md b/.changeset/smart-bottles-beam.md deleted file mode 100644 index 75581a88..00000000 --- a/.changeset/smart-bottles-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -disable `no-unused-vars` in base config diff --git a/CHANGELOG.md b/CHANGELOG.md index db786fb5..0afd5558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.6.0 + +### Minor Changes + +- [#205](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/205) [`05be0a9`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/05be0a9a4ef1b277f681109bb85ca35cd166ca7d) Thanks [@danielrentz](https://github.com/danielrentz)! - disable `no-unused-vars` in base config + ## 2.5.0 ### Minor Changes diff --git a/package.json b/package.json index 30abb2b8..bf523bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.5.0", + "version": "2.6.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {