From 10cc973d0489046b7b228bafcce3673fe2eaefdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:22:13 +0900 Subject: [PATCH] chore: release vite-plugin-eslint4b (#59) Co-authored-by: github-actions[bot] --- .changeset/honest-paws-rule.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-paws-rule.md diff --git a/.changeset/honest-paws-rule.md b/.changeset/honest-paws-rule.md deleted file mode 100644 index 043440c..0000000 --- a/.changeset/honest-paws-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-eslint4b": patch ---- - -fix: add support for eslint v9.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baa783..57d201f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-eslint4b +## 0.4.3 + +### Patch Changes + +- [#58](https://github.com/ota-meshi/vite-plugin-eslint4b/pull/58) [`9de33f8`](https://github.com/ota-meshi/vite-plugin-eslint4b/commit/9de33f879bfe226873e2d404863cba11f9d1167e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: add support for eslint v9.5 + ## 0.4.2 ### Patch Changes diff --git a/package.json b/package.json index 9fc7548..570ffa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-eslint4b", - "version": "0.4.2", + "version": "0.4.3", "description": "Vite plugin for running ESLint on browser", "main": "lib/vite-plugin-eslint4b.js", "module": "lib/vite-plugin-eslint4b.js",