From 6a59e51f9549fe64417e7a9ae11bea1af263af42 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 30 Oct 2024 01:23:52 -0400 Subject: [PATCH] Releasing 0.26.5 --- 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 e69aa439..8bca4d0b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.26.5 (????-??-??) +0.26.5 (2024-10-30) ------------------- * Developer tokens will now be associated with a client_id if an OAuth2 client diff --git a/package-lock.json b/package-lock.json index f9add18e..c355b922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.26.4", + "version": "0.26.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.26.4", + "version": "0.26.5", "license": "MIT", "dependencies": { "@curveball/accesslog": "^1.0.0", diff --git a/package.json b/package.json index 2e0e6ccc..db6becf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.26.4", + "version": "0.26.5", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "type": "module", "exports": "./dist/index.js",