From 46fe8fdaf6f06c6ba3caed45e9df17e2cea19de8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 May 2024 19:39:28 +0000 Subject: [PATCH] chore(release): 1.5.0-canary.2 [skip ci] # [1.5.0-canary.2](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.5.0-canary.1...v1.5.0-canary.2) (2024-05-26) ### Bug Fixes * remove fetch `cache: no-store` due to https://github.com/awinogrodzki/next-firebase-auth-edge/issues/173 ([6fb8143](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/6fb81430b580b586f5a27c5b36624a441aa68e82)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9091d5f0..012e8387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0-canary.2](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.5.0-canary.1...v1.5.0-canary.2) (2024-05-26) + + +### Bug Fixes + +* remove fetch `cache: no-store` due to https://github.com/awinogrodzki/next-firebase-auth-edge/issues/173 ([6fb8143](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/6fb81430b580b586f5a27c5b36624a441aa68e82)) + # [1.5.0-canary.1](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.4.5...v1.5.0-canary.1) (2024-05-26) diff --git a/package.json b/package.json index b3dd14d6..486ea3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.5.0-canary.1", + "version": "1.5.0-canary.2", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "main": "lib/index.js", "files": [