From 632446dcd009c6dc007e523f120b934b8d0509d0 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Fri, 6 Dec 2024 16:02:07 -0500 Subject: [PATCH] Releasing 0.27.4 --- changelog.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 46b9c2a7..aee22db3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.27.4 (????-??-??) +0.27.4 (2024-12-06) ------------------- * Schemas misspelled as 'schema'. Sorry for all the releases, I dont know to do diff --git a/package-lock.json b/package-lock.json index 5ecdbbdb..b5521d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.27.3", + "version": "0.27.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.27.3", + "version": "0.27.4", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 93088647..0d76c9fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.27.3", + "version": "0.27.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",