Version Packages (#83)

pull/87/head @hono/medley-router@0.0.1
github-actions[bot] 2023-04-21 23:45:28 +09:00 committed by GitHub
parent e970536220
commit e0db0f704b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/medley-router': patch
---
initial release

View File

@ -0,0 +1,7 @@
# @hono/medley-router
## 0.0.1
### Patch Changes
- [#82](https://github.com/honojs/middleware/pull/82) [`e970536`](https://github.com/honojs/middleware/commit/e970536220617e54c77f5bac7e5fe930248aff1a) Thanks [@yusukebe](https://github.com/yusukebe)! - initial release

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/medley-router", "name": "@hono/medley-router",
"version": "0.0.0", "version": "0.0.1",
"description": "Router using @medley/router", "description": "Router using @medley/router",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",