diff --git a/.changeset/five-actors-film.md b/.changeset/five-actors-film.md deleted file mode 100644 index b92f457a..00000000 --- a/.changeset/five-actors-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/hello': patch ---- - -`@honojs` to `@hono` diff --git a/packages/hello/CHANGELOG.md b/packages/hello/CHANGELOG.md index 7c771e19..c7bd43e7 100644 --- a/packages/hello/CHANGELOG.md +++ b/packages/hello/CHANGELOG.md @@ -1,5 +1,11 @@ # @honojs/hello +## 0.0.8 + +### Patch Changes + +- 45a22b8: `@honojs` to `@hono` + ## 0.0.7 ### Patch Changes diff --git a/packages/hello/package.json b/packages/hello/package.json index a55426c4..1cb43933 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.7", + "version": "0.0.8", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",