From 045a6e6809daa1dcde7fab4604011a383f212af5 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 8 Jan 2025 15:14:27 -0500 Subject: [PATCH] Releasing 0.28.1 --- 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 59e3928e..84a9555e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.28.1 (????-??-??) +0.28.1 (2025-01-08) ------------------- * Fix a timing bug when using Redis as the kv store. diff --git a/package-lock.json b/package-lock.json index 6abb41c1..4c68b9a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.28.0", + "version": "0.28.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.28.0", + "version": "0.28.1", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 2503506a..658bbb06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.28.0", + "version": "0.28.1", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",