diff --git a/changelog.md b/changelog.md index c980b5a..27e6b32 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.5.0 (????-??-??) +0.5.0 (2023-02-15) ------------------ * This package now supports ESM and CommonJS modules. diff --git a/package-lock.json b/package-lock.json index 9085dd7..1f7cbae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/browser-to-bearer", - "version": "0.4.3", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curveball/browser-to-bearer", - "version": "0.4.3", + "version": "0.5.0", "license": "MIT", "dependencies": { "@badgateway/oauth2-client": "^2.0.15" diff --git a/package.json b/package.json index 9a50a8a..a6ac002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/browser-to-bearer", - "version": "0.4.3", + "version": "0.5.0", "description": "This middleware adds browser login support to OAuth2 resource servers", "type": "module", "exports": {