From 73eaaa588ddd57cc4c8bc9ff4d03c7491b18b482 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:48:09 +0900 Subject: [PATCH] Version Packages (#236) --- .changeset/gentle-hairs-arrive.md | 5 ----- packages/hello/CHANGELOG.md | 6 ++++++ packages/hello/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gentle-hairs-arrive.md diff --git a/.changeset/gentle-hairs-arrive.md b/.changeset/gentle-hairs-arrive.md deleted file mode 100644 index ae9ca150..00000000 --- a/.changeset/gentle-hairs-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/hello': patch ---- - -chore: tweak diff --git a/packages/hello/CHANGELOG.md b/packages/hello/CHANGELOG.md index a5c4482e..6eeddb3d 100644 --- a/packages/hello/CHANGELOG.md +++ b/packages/hello/CHANGELOG.md @@ -1,5 +1,11 @@ # @honojs/hello +## 0.1.1 + +### Patch Changes + +- [#235](https://github.com/honojs/middleware/pull/235) [`a3da3da`](https://github.com/honojs/middleware/commit/a3da3dac910e24075466932ac39bb4e529dfb483) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: tweak + ## 0.1.0 ### Minor Changes diff --git a/packages/hello/package.json b/packages/hello/package.json index 76f43168..823ead8d 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.1.0", + "version": "0.1.1", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "module": "dist/index.mjs",