From b7bf82894598590e3fecff7f706479780490b4a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 16:42:03 +0000 Subject: [PATCH] chore(release): 1.7.0-canary.11 [skip ci] # [1.7.0-canary.11](/~https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.7.0-canary.10...v1.7.0-canary.11) (2024-08-30) ### Bug Fixes * **#246:** re-throw invalid PKCS8 error as AuthError with user-friendly message ([a7d7a22](/~https://github.com/awinogrodzki/next-firebase-auth-edge/commit/a7d7a228733e67525b001cff70a523880d858e01)), closes [#246](/~https://github.com/awinogrodzki/next-firebase-auth-edge/issues/246) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6415aed5..b4bb921d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0-canary.11](/~https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.7.0-canary.10...v1.7.0-canary.11) (2024-08-30) + + +### Bug Fixes + +* **#246:** re-throw invalid PKCS8 error as AuthError with user-friendly message ([a7d7a22](/~https://github.com/awinogrodzki/next-firebase-auth-edge/commit/a7d7a228733e67525b001cff70a523880d858e01)), closes [#246](/~https://github.com/awinogrodzki/next-firebase-auth-edge/issues/246) + # [1.7.0-canary.10](/~https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.7.0-canary.9...v1.7.0-canary.10) (2024-08-22) diff --git a/package.json b/package.json index 59ddeaa8..ea0a3088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.7.0-canary.10", + "version": "1.7.0-canary.11", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "main": "lib/index.js", "files": [