diff --git a/.changeset/khaki-chairs-pay.md b/.changeset/khaki-chairs-pay.md deleted file mode 100644 index 28557878..00000000 --- a/.changeset/khaki-chairs-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/qwik-city': patch ---- - -fix: fix building diff --git a/.changeset/red-squids-own.md b/.changeset/red-squids-own.md deleted file mode 100644 index 8995cd21..00000000 --- a/.changeset/red-squids-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/qwik-city': patch ---- - -feat: bump up Qwik diff --git a/packages/qwik-city/CHANGELOG.md b/packages/qwik-city/CHANGELOG.md index d8a5214b..69a145a1 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,13 @@ # @hono/qwik-city +## 0.0.2 + +### Patch Changes + +- [#79](https://github.com/honojs/middleware/pull/79) [`bf87efc`](https://github.com/honojs/middleware/commit/bf87efc9547d06f987036ca7a40b0929e813f4d9) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: fix building + +- [#78](https://github.com/honojs/middleware/pull/78) [`2d87f28`](https://github.com/honojs/middleware/commit/2d87f28889f78b55622f046f3493b0eadb8873a2) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up Qwik + ## 0.0.1 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 1d494025..6e3e5e15 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,6 +1,6 @@ { "name": "@hono/qwik-city", - "version": "0.0.1", + "version": "0.0.2", "description": "Qwik City middleware for Hono", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",