diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab3d77..867d7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v3.0.22](https://github.com/kinde-oss/kinde-auth-react/compare/v0.0.10...v3.0.22) +#### [v3.0.23](https://github.com/kinde-oss/kinde-auth-react/compare/v0.0.10...v3.0.23) -- bump: pkce dep [`#36`](https://github.com/kinde-oss/kinde-auth-react/pull/36) +- Dave/bump version unicode [`#37`](https://github.com/kinde-oss/kinde-auth-react/pull/37) #### [v0.0.10](https://github.com/kinde-oss/kinde-auth-react/compare/v0.0.9...v0.0.10) diff --git a/package-lock.json b/package-lock.json index 7dda75c..2ea99ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kinde-oss/kinde-auth-react", - "version": "3.0.22", + "version": "3.0.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kinde-oss/kinde-auth-react", - "version": "3.0.22", + "version": "3.0.23", "license": "MIT", "dependencies": { "@kinde-oss/kinde-auth-pkce-js": "^3.0.25" diff --git a/package.json b/package.json index e2b546c..574583d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-react", - "version": "3.0.22", + "version": "3.0.23", "description": "Kinde React SDK for authentication", "module": "dist/kinde-auth-react.esm.js", "main": "dist/kinde-auth-react.umd.min.js", diff --git a/src/utils/version.js b/src/utils/version.js index 80639bb..2f5fd3b 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '3.0.22' +export const version = '3.0.23'