From ee5d7e0e74c29da336b55e9ab7e7b98feae42b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:43:58 +0900 Subject: [PATCH] Version Packages (#791) --- .changeset/slimy-geese-promise.md | 5 ----- packages/auth-js/CHANGELOG.md | 6 ++++++ packages/auth-js/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slimy-geese-promise.md diff --git a/.changeset/slimy-geese-promise.md b/.changeset/slimy-geese-promise.md deleted file mode 100644 index aa39a419..00000000 --- a/.changeset/slimy-geese-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/auth-js': patch ---- - -clone request directly for bun diff --git a/packages/auth-js/CHANGELOG.md b/packages/auth-js/CHANGELOG.md index 20002352..74244e95 100644 --- a/packages/auth-js/CHANGELOG.md +++ b/packages/auth-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/auth-js +## 1.0.13 + +### Patch Changes + +- [#790](https://github.com/honojs/middleware/pull/790) [`ed31c680f7cb4d08985c820e8e1bf051ddc57acd`](https://github.com/honojs/middleware/commit/ed31c680f7cb4d08985c820e8e1bf051ddc57acd) Thanks [@divyam234](https://github.com/divyam234)! - clone request directly for bun + ## 1.0.12 ### Patch Changes diff --git a/packages/auth-js/package.json b/packages/auth-js/package.json index 52600042..ee36663a 100644 --- a/packages/auth-js/package.json +++ b/packages/auth-js/package.json @@ -1,6 +1,6 @@ { "name": "@hono/auth-js", - "version": "1.0.12", + "version": "1.0.13", "description": "A third-party Auth js middleware for Hono", "main": "dist/index.js", "exports": {