diff --git a/changelog.md b/changelog.md index 49fcfc62..9087e7de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.27.1 (????-??-??) +0.27.1 (2024-12-06) ------------------- * Fix HTTP/500 error when requesting a developer access token. diff --git a/package-lock.json b/package-lock.json index 32020850..7a97575f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.27.0", + "version": "0.27.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.27.0", + "version": "0.27.1", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index dc118b0f..4b4f757a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.27.0", + "version": "0.27.1", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",