Version Packages (#347)

pull/350/head @hono/bun-transpiler@0.1.0
github-actions[bot] 2024-01-08 07:40:41 +09:00 committed by GitHub
parent 7b03c05178
commit 935560f677
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/bun-transpiler': minor
---
Added @hono/bun-transpiler middleware

View File

@ -0,0 +1,7 @@
# @hono/bun-transpiler
## 0.1.0
### Minor Changes
- [#345](https://github.com/honojs/middleware/pull/345) [`3f39be7a27530967e2e7f320ac7118c6f6dd310e`](https://github.com/honojs/middleware/commit/3f39be7a27530967e2e7f320ac7118c6f6dd310e) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Added @hono/bun-transpiler middleware

View File

@ -1,6 +1,6 @@
{
"name": "@hono/bun-transpiler",
"version": "0.0.0",
"version": "0.1.0",
"description": "Bun Transpiler Middleware for Hono",
"main": "dist/index.js",
"module": "dist/index.mjs",