Version Packages (#10)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>pull/12/head @hono/hello@0.0.8
parent
45a22b8006
commit
fdb50b7e53
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/hello': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`@honojs` to `@hono`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @honojs/hello
|
# @honojs/hello
|
||||||
|
|
||||||
|
## 0.0.8
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 45a22b8: `@honojs` to `@hono`
|
||||||
|
|
||||||
## 0.0.7
|
## 0.0.7
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/hello",
|
"name": "@hono/hello",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"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