Version Packages (#236)

pull/237/head @hono/hello@0.1.1
github-actions[bot] 2023-11-05 16:48:09 +09:00 committed by GitHub
parent a3da3dac91
commit 73eaaa588d
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
---
chore: tweak

View File

@ -1,5 +1,11 @@
# @honojs/hello
## 0.1.1
### Patch Changes
- [#235](https://github.com/honojs/middleware/pull/235) [`a3da3da`](https://github.com/honojs/middleware/commit/a3da3dac910e24075466932ac39bb4e529dfb483) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: tweak
## 0.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/hello",
"version": "0.1.0",
"version": "0.1.1",
"description": "An example of third-party middleware for Hono",
"main": "dist/index.js",
"module": "dist/index.mjs",