parent
2d1a1cc68e
commit
95ca0fcad3
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/hello': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix peerDependencies
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @honojs/hello
|
# @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
|
## 0.0.14
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/hello",
|
"name": "@hono/hello",
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"description": "An example of third-party middleware for Hono",
|
"description": "An example of third-party middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue