From 0c5629156e561dc1884c72e687ad163cdb12ac57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 20:46:08 +0900 Subject: [PATCH] Version Packages (#12) --- .changeset/hungry-bobcats-sneeze.md | 5 ----- packages/hello/CHANGELOG.md | 6 ++++++ packages/hello/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-bobcats-sneeze.md diff --git a/.changeset/hungry-bobcats-sneeze.md b/.changeset/hungry-bobcats-sneeze.md deleted file mode 100644 index 366677133..000000000 --- a/.changeset/hungry-bobcats-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/hello': patch ---- - -this is a "blank" update diff --git a/packages/hello/CHANGELOG.md b/packages/hello/CHANGELOG.md index c7bd43e75..a3b3b8cb8 100644 --- a/packages/hello/CHANGELOG.md +++ b/packages/hello/CHANGELOG.md @@ -1,5 +1,11 @@ # @honojs/hello +## 0.0.11 + +### Patch Changes + +- 845f880: this is a "blank" update + ## 0.0.8 ### Patch Changes diff --git a/packages/hello/package.json b/packages/hello/package.json index ca7ec52e3..0de2dbe22 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.10", + "version": "0.0.11", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",