Version Packages (#350)

pull/340/head @hono/bun-transpiler@0.2.0
github-actions[bot] 2024-01-12 05:05:32 +09:00 committed by GitHub
parent b6e59dd19c
commit 2494a61635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/bun-transpiler': minor
---
Fix: Apply headers when using serveStatic middleware; Improvement: Make options optional;

View File

@ -1,5 +0,0 @@
---
'@hono/bun-transpiler': minor
---
Export defaultOptions

View File

@ -1,5 +1,13 @@
# @hono/bun-transpiler
## 0.2.0
### Minor Changes
- [#349](https://github.com/honojs/middleware/pull/349) [`b6e59dd19c28d09a37b4df75561b31b56e6131ef`](https://github.com/honojs/middleware/commit/b6e59dd19c28d09a37b4df75561b31b56e6131ef) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Fix: Apply headers when using serveStatic middleware; Improvement: Make options optional;
- [#349](https://github.com/honojs/middleware/pull/349) [`b6e59dd19c28d09a37b4df75561b31b56e6131ef`](https://github.com/honojs/middleware/commit/b6e59dd19c28d09a37b4df75561b31b56e6131ef) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Export defaultOptions
## 0.1.0
### Minor Changes

View File

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