From 2494a61635ac5681d14c05aadf712d6ff313383b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 05:05:32 +0900 Subject: [PATCH] Version Packages (#350) --- .changeset/little-plants-chew.md | 5 ----- .changeset/loud-boats-fail.md | 5 ----- packages/bun-transpiler/CHANGELOG.md | 8 ++++++++ packages/bun-transpiler/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/little-plants-chew.md delete mode 100644 .changeset/loud-boats-fail.md 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",