From fab63f16348cc509b2fb736ed64db34f0aae2808 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 17:56:58 +0000 Subject: [PATCH] chore(release): 1.8.2-canary.5 [skip ci] ## [1.8.2-canary.5](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.2-canary.4...v1.8.2-canary.5) (2024-11-06) ### Bug Fixes * remove console.log and improve debug logs around token fetching ([31dfbd2](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/31dfbd2226dcd775bd4a76cdb4a5c5f04f72954e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b580e..b044d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2-canary.5](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.2-canary.4...v1.8.2-canary.5) (2024-11-06) + + +### Bug Fixes + +* remove console.log and improve debug logs around token fetching ([31dfbd2](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/31dfbd2226dcd775bd4a76cdb4a5c5f04f72954e)) + ## [1.8.2-canary.4](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.2-canary.3...v1.8.2-canary.4) (2024-11-06) diff --git a/package.json b/package.json index fd195c9..a400b07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.8.2-canary.4", + "version": "1.8.2-canary.5", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "files": [ "lib/**/*.js",