diff --git a/changelog.md b/changelog.md index d2a336bb..9676c073 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.27.5 (????-??-??) +0.27.5 (2024-12-11) ------------------- * #555: Another fix for launching the a12nserver npx script. (@Zen-cronic) diff --git a/package-lock.json b/package-lock.json index 83e8d71c..b199da47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.27.4", + "version": "0.27.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.27.4", + "version": "0.27.5", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 7720c746..93197be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.27.4", + "version": "0.27.5", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",