From b0e0d40be45ce60fc5719967b7612ba8b3b6e00b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 14:12:27 +0900 Subject: [PATCH] Version Packages (#1087) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/spotty-things-rule.md | 5 ----- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spotty-things-rule.md diff --git a/.changeset/spotty-things-rule.md b/.changeset/spotty-things-rule.md deleted file mode 100644 index 8cc5801b..00000000 --- a/.changeset/spotty-things-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -fix: add spread to tseslint.configs.recommended diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 884d0a23..4afefccb 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/eslint-config +## 1.1.1 + +### Patch Changes + +- [#1085](https://github.com/honojs/middleware/pull/1085) [`7b1d2393a59aac4e594afaf50b7b0f3b1fb5ed04`](https://github.com/honojs/middleware/commit/7b1d2393a59aac4e594afaf50b7b0f3b1fb5ed04) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add spread to tseslint.configs.recommended + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 23841194..83578bc4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "1.1.0", + "version": "1.1.1", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js",