diff --git a/.changeset/rare-toys-decide.md b/.changeset/rare-toys-decide.md deleted file mode 100644 index ea9a35746..000000000 --- a/.changeset/rare-toys-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/auth-js': patch ---- - -fix cloned request causing request body to be unavailable in middleware diff --git a/packages/auth-js/CHANGELOG.md b/packages/auth-js/CHANGELOG.md index 74244e954..7fdab28c4 100644 --- a/packages/auth-js/CHANGELOG.md +++ b/packages/auth-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/auth-js +## 1.0.14 + +### Patch Changes + +- [#806](https://github.com/honojs/middleware/pull/806) [`9a2cf452c7000aee4193502da755b2c4352b077d`](https://github.com/honojs/middleware/commit/9a2cf452c7000aee4193502da755b2c4352b077d) Thanks [@985563349](https://github.com/985563349)! - fix cloned request causing request body to be unavailable in middleware + ## 1.0.13 ### Patch Changes diff --git a/packages/auth-js/package.json b/packages/auth-js/package.json index ee36663af..e650ed5e2 100644 --- a/packages/auth-js/package.json +++ b/packages/auth-js/package.json @@ -1,6 +1,6 @@ { "name": "@hono/auth-js", - "version": "1.0.13", + "version": "1.0.14", "description": "A third-party Auth js middleware for Hono", "main": "dist/index.js", "exports": {