From 4b0f7bd0ee9d6201c732b701ba72682c043b721e Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Tue, 28 Jan 2025 12:34:26 -0500 Subject: [PATCH] Releasing 0.28.4 --- changelog.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 1fd7ad21..7895370d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.28.4 (????-??-??) +0.28.4 (2025-01-28) ------------------- * Logging with an unverified email is no longer a blocker for the @@ -15,7 +15,6 @@ Changelog * Added guide on testing SMTP. - 0.28.3 (2025-01-21) ------------------- diff --git a/package-lock.json b/package-lock.json index f543142c..e749cc38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.28.3", + "version": "0.28.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.28.3", + "version": "0.28.4", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 4feca3ad..4c2884dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.28.3", + "version": "0.28.4", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",