From 2c917b33a416d31cc2c8ca773b9ed53332de9ed4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 23:03:13 +0900 Subject: [PATCH] Version Packages (#1166) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/hot-singers-smell.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/hot-singers-smell.md diff --git a/.changeset/hot-singers-smell.md b/.changeset/hot-singers-smell.md deleted file mode 100644 index 8c5380ef..00000000 --- a/.changeset/hot-singers-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -Add type declaration diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index ff0b39cc..c4a52a03 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/eslint-config +## 2.0.1 + +### Patch Changes + +- [#1162](https://github.com/honojs/middleware/pull/1162) [`74d0fe0cb46b3aca7bac6c017a162bae272c7e3b`](https://github.com/honojs/middleware/commit/74d0fe0cb46b3aca7bac6c017a162bae272c7e3b) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add type declaration + ## 2.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ec9ff146..3d6659a2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "2.0.0", + "version": "2.0.1", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js",