From df72996c2ca2e70f82530698f7f4c98667c306b1 Mon Sep 17 00:00:00 2001 From: Gyanesh Gouraw Date: Tue, 22 Oct 2024 15:48:35 +0530 Subject: [PATCH] Release v4.0.0-alpha.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7deacfc8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +## [v4.0.0-alpha.0](https://github.com/auth0/nextjs-auth0/tree/v4.0.0-alpha.0) (2024-10-22) + +**⚠️ BREAKING CHANGES** +- SDK v4 [\#1781](https://github.com/auth0/nextjs-auth0/pull/1781) ([guabu](https://github.com/guabu)) diff --git a/package.json b/package.json index 4eaa1a47..9a47aa85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@auth0/nextjs-auth0", - "version": "4.0.0", + "version": "4.0.0-alpha.0", "description": "Auth0 Next.js SDK", "main": "dist/index.js", "scripts": {