From 5e0c8a6e0cf209235b31fe12e863c9a55ec10fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:05:15 +0900 Subject: [PATCH] Version Packages (#394) --- .changeset/support-v4.md | 5 ----- packages/firebase-auth/CHANGELOG.md | 6 ++++++ packages/firebase-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/support-v4.md diff --git a/.changeset/support-v4.md b/.changeset/support-v4.md deleted file mode 100644 index c92e5c1a..00000000 --- a/.changeset/support-v4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -- supported v4 to get header values \ No newline at end of file diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index b353fbaa..1df47f73 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.3.6 + +### Patch Changes + +- [#393](https://github.com/honojs/middleware/pull/393) [`7e36ecc3f62612f7850c3e5c17698c617d68cf7a`](https://github.com/honojs/middleware/commit/7e36ecc3f62612f7850c3e5c17698c617d68cf7a) Thanks [@Code-Hex](https://github.com/Code-Hex)! - - supported v4 to get header values + ## 1.3.5 ### Patch Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index ce01a2f3..dfe4ccba 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.3.5", + "version": "1.3.6", "description": "A third-party firebase auth middleware for Hono", "type": "module", "main": "dist/index.cjs",