From 4c3f0adc0c9a1acd3dba5352b62c67e21eeb8c63 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Fri, 30 Aug 2024 14:49:03 -0400 Subject: [PATCH] Releasing 0.26.2 --- 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 3412de29..1a9f4006 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.26.2 (????-??-??) +0.26.2 (2024-08-30) ------------------- * Allow admins to auto-generate an intitial 'diceware' password when creating diff --git a/package-lock.json b/package-lock.json index e59cbc54..c1982b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 73d818a7..fd14ccc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.26.1", + "version": "0.26.2", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",