diff --git a/changelog.md b/changelog.md index db4b4f8b..e030012e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.25.1 (????-??-??) +0.25.1 (2023-12-01) ------------------- * Clients can now specify how long a one-time-token should be valid for. diff --git a/package-lock.json b/package-lock.json index c8185be6..1a25e3a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.25.0", + "version": "0.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.25.0", + "version": "0.25.1", "dependencies": { "@curveball/accesslog": "^0.4.0", "@curveball/bodyparser": "^0.6.1", diff --git a/package.json b/package.json index 6f8fa406..8c72985b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.25.0", + "version": "0.25.1", "main": "dist/index.js", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "scripts": {