From 8a4d39d57ec2a741cf124544d785f71290ba5518 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 May 2024 00:14:47 +0000 Subject: [PATCH] chore: release eslint-plugin-jsonc --- .changeset/tasty-eels-watch.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/tasty-eels-watch.md diff --git a/.changeset/tasty-eels-watch.md b/.changeset/tasty-eels-watch.md deleted file mode 100644 index 21751cfd..00000000 --- a/.changeset/tasty-eels-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -Resolve other plugins relative to this one (as siblings) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5e8e71..b3ae52a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.16.0 + +### Minor Changes + +- [#342](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/342) [`8cc5b7f`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/8cc5b7f247bef5d806695d149e3046f19b58d2a4) Thanks [@onlywei](https://github.com/onlywei)! - Resolve other plugins relative to this one (as siblings) + ## 2.15.1 ### Patch Changes diff --git a/lib/meta.ts b/lib/meta.ts index e087b5c7..41a0f175 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.1"; +export const version = "2.16.0"; diff --git a/package.json b/package.json index 6e3ed24b..6ce067be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.15.1", + "version": "2.16.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {