diff --git a/changelog.md b/changelog.md index cab2a52f..35585a1d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.24.0-alpha.0 (????-??-??) +0.24.0-alpha.0 (2023-10-04) --------------------------- * Update to curveball 0.21 diff --git a/package-lock.json b/package-lock.json index f934e3b7..5bf3c4f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.23.1", + "version": "0.24.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.23.1", + "version": "0.24.0-alpha.0", "dependencies": { "@curveball/accesslog": "^0.4.0", "@curveball/bodyparser": "^0.6.1", diff --git a/package.json b/package.json index 6e4d71f9..df57e2a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.23.1", + "version": "0.24.0-alpha.0", "main": "dist/index.js", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "scripts": {