From f8eca943101395c07a41a72aa26eaad61ea83750 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 2 Aug 2023 22:23:01 -0400 Subject: [PATCH] Releasing 2.2.3 --- changelog.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {