diff --git a/changelog.md b/changelog.md index bd6d524..46e5349 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -2.2.3 (????-??-??) +2.2.3 (2023-08-03) ------------------ * Moved the `tokenResponseToOAuth2Token` function inside the OAuth2Client diff --git a/package-lock.json b/package-lock.json index 88348b9..f804520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@badgateway/oauth2-client", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@badgateway/oauth2-client", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "devDependencies": { "@curveball/bodyparser": "^0.6.1", diff --git a/package.json b/package.json index 0f18aff..1206500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badgateway/oauth2-client", - "version": "2.2.2", + "version": "2.2.3", "description": "OAuth2 client for browsers and Node.js. Tiny footprint, PKCE support", "main": "dist/index.js", "scripts": {