Version Packages (#45)

pull/46/head @hono/hello@0.0.15
github-actions[bot] 2023-02-12 22:30:53 +09:00 committed by GitHub
parent 2d1a1cc68e
commit 95ca0fcad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/hello': patch
---
fix peerDependencies

View File

@ -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

View File

@ -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",