From 44c065aec41d37aa3d564c33ccca6865b15b7574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 04:42:35 +0900 Subject: [PATCH] Version Packages (#544) --- .changeset/cuddly-walls-shake.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/cuddly-walls-shake.md diff --git a/.changeset/cuddly-walls-shake.md b/.changeset/cuddly-walls-shake.md deleted file mode 100644 index 46cf46ae..00000000 --- a/.changeset/cuddly-walls-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': patch ---- - -fix: update rules diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f6596944..cf9ffefc 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/eslint-config +## 0.0.5 + +### Patch Changes + +- [#543](https://github.com/honojs/middleware/pull/543) [`ee6569d62b4225e2cade3d715c0043a364a37449`](https://github.com/honojs/middleware/commit/ee6569d62b4225e2cade3d715c0043a364a37449) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: update rules + ## 0.0.4 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 04955032..ccf31c7a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "0.0.4", + "version": "0.0.5", "description": "ESLint Config for Hono projects", "main": "index.js", "license": "MIT",