parent
b6e59dd19c
commit
2494a61635
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/bun-transpiler': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix: Apply headers when using serveStatic middleware; Improvement: Make options optional;
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/bun-transpiler': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Export defaultOptions
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @hono/bun-transpiler
|
# @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
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/bun-transpiler",
|
"name": "@hono/bun-transpiler",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Bun Transpiler Middleware for Hono",
|
"description": "Bun Transpiler Middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
|
|
Loading…
Reference in New Issue