diff --git a/changelog.md b/changelog.md index 57311ae..8ce7c20 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.0 (????-??-??) +1.0.0 (2024-01-17) ------------------ * Finally! Curveball v1. Only took 6 years. diff --git a/package-lock.json b/package-lock.json index 7b88919..3999f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/browser-to-bearer", - "version": "0.5.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/browser-to-bearer", - "version": "0.5.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@badgateway/oauth2-client": "^2.0.15" diff --git a/package.json b/package.json index af543e8..06a2e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/browser-to-bearer", - "version": "0.5.0", + "version": "1.0.0", "description": "This middleware adds browser login support to OAuth2 resource servers", "type": "module", "exports": "./dist/index.js",