From c6de28310996e3c5792e6bced574381784d33487 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 19:10:36 +0900 Subject: [PATCH] chore: release eslint-plugin-jsonc (#235) Co-authored-by: github-actions[bot] --- .changeset/brown-doors-crash.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/meta.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/brown-doors-crash.md diff --git a/.changeset/brown-doors-crash.md b/.changeset/brown-doors-crash.md deleted file mode 100644 index 4d4f940e..00000000 --- a/.changeset/brown-doors-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-jsonc": minor ---- - -feat: export meta object diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b85a175..6a120adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-jsonc +## 2.8.0 + +### Minor Changes + +- [#234](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/234) [`70c558e`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/70c558e35b05ee1bd81a2c723d1c35b090409d2b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export meta object + ## 2.7.0 ### Minor Changes diff --git a/lib/meta.ts b/lib/meta.ts index 7d8b4bd1..fba157f0 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.7.0" as const; +export const version = "2.8.0" as const; diff --git a/package.json b/package.json index 6df158be..8bf0e368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsonc", - "version": "2.7.0", + "version": "2.8.0", "description": "ESLint plugin for JSON, JSONC and JSON5 files.", "main": "dist/index.js", "typescript": {