diff --git a/.changeset/little-plants-chew.md b/.changeset/little-plants-chew.md deleted file mode 100644 index adea4bbf..00000000 --- a/.changeset/little-plants-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/bun-transpiler': minor ---- - -Fix: Apply headers when using serveStatic middleware; Improvement: Make options optional; diff --git a/.changeset/loud-boats-fail.md b/.changeset/loud-boats-fail.md deleted file mode 100644 index b5fd6a76..00000000 --- a/.changeset/loud-boats-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/bun-transpiler': minor ---- - -Export defaultOptions diff --git a/packages/bun-transpiler/CHANGELOG.md b/packages/bun-transpiler/CHANGELOG.md index e28267b3..d757c576 100644 --- a/packages/bun-transpiler/CHANGELOG.md +++ b/packages/bun-transpiler/CHANGELOG.md @@ -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 diff --git a/packages/bun-transpiler/package.json b/packages/bun-transpiler/package.json index 7b2bd435..89ce6cf3 100644 --- a/packages/bun-transpiler/package.json +++ b/packages/bun-transpiler/package.json @@ -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",