From f834e4a1863dbff98afce2c8c8eca2f339b6636c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Sep 2024 21:02:14 +0000 Subject: [PATCH] chore(release): 1.8.0-canary.7 [skip ci] # [1.8.0-canary.7](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.0-canary.6...v1.8.0-canary.7) (2024-09-30) ### Bug Fixes * added circular import validation ([deaa2e3](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/deaa2e393b4e7630090d0dce96ed9e7e6b7fa8e0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c23b6..1e6730e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0-canary.7](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.0-canary.6...v1.8.0-canary.7) (2024-09-30) + + +### Bug Fixes + +* added circular import validation ([deaa2e3](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/deaa2e393b4e7630090d0dce96ed9e7e6b7fa8e0)) + # [1.8.0-canary.6](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.0-canary.5...v1.8.0-canary.6) (2024-09-29) diff --git a/package.json b/package.json index 134d1c1..caee217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.8.0-canary.6", + "version": "1.8.0-canary.7", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "files": [ "lib/**/*.js",