diff --git a/CHANGELOG.md b/CHANGELOG.md index 566976d..32fea4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0-canary.2](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.8.0-canary.1...v1.8.0-canary.2) (2024-09-22) + + +### Features + +* support esm, commonjs and browser build targets ([93a17bd](https://github.com/awinogrodzki/next-firebase-auth-edge/commit/93a17bde917817d7191cfaf5bce4f17a836c454b)) + # [1.8.0-canary.1](https://github.com/awinogrodzki/next-firebase-auth-edge/compare/v1.7.1...v1.8.0-canary.1) (2024-09-21) diff --git a/package.json b/package.json index 7f29e3b..4d6eefe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth-edge", - "version": "1.8.0-canary.1", + "version": "1.8.0-canary.2", "description": "Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.", "files": [ "lib/**/*.js",