diff --git a/CHANGELOG.md b/CHANGELOG.md index af02297..f4b580e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Bug Fixes + +* add logs to invalid token comparator func ([11eaede](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/11eaedee236b4cf93f5b2542ae10eebbe0c86884)) + ## [1.8.2-canary.3](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.2-canary.2...v1.8.2-canary.3) (2024-11-06) diff --git a/package.json b/package.json index 687eba8..fd195c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.8.2-canary.3", + "version": "1.8.2-canary.4", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "files": [ "lib/**/*.js",