diff --git a/.changeset/modern-bottles-rule.md b/.changeset/modern-bottles-rule.md deleted file mode 100644 index 905206ce..00000000 --- a/.changeset/modern-bottles-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/hello': patch ---- - -fix peerDependencies diff --git a/packages/hello/CHANGELOG.md b/packages/hello/CHANGELOG.md index e7462d60..4573d053 100644 --- a/packages/hello/CHANGELOG.md +++ b/packages/hello/CHANGELOG.md @@ -1,5 +1,11 @@ # @honojs/hello +## 0.0.15 + +### Patch Changes + +- [#44](https://github.com/honojs/middleware/pull/44) [`fe80b93`](https://github.com/honojs/middleware/commit/fe80b939e5e8cfbfdb6fe9a59c8c6477ce1bb766) Thanks [@yusukebe](https://github.com/yusukebe)! - fix peerDependencies + ## 0.0.14 ### Patch Changes diff --git a/packages/hello/package.json b/packages/hello/package.json index 568b4bca..bad23964 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.14", + "version": "0.0.15", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",