diff --git a/package-lock.json b/package-lock.json index b75a9e2..14ef81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "1.8.5", + "version": "1.8.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "1.8.5", + "version": "1.8.6", "dependencies": { "cookie": "^0.5.0", "crypto": "^1.0.1", diff --git a/package.json b/package.json index fe55430..7a9e1e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "1.8.5", + "version": "1.8.6", "description": "Kinde Auth SDK for NextJS", "main": "dist/cjs/index.js", "module": "dist/index.js", diff --git a/src/utils/version.js b/src/utils/version.js index 3fcfbd1..a0649ec 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.8.5' +export const version = '1.8.6'