From 51a8c1212daad78485e2dfe5da8e7271f9c96686 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Mon, 26 Feb 2024 12:37:58 -0500 Subject: [PATCH] Releasing 0.25.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 ff6aa77..968e356 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -0.25.4 (????-??-??) +0.25.4 (2024-02-26) ------------------- * The 'scope' property on the OAuth2 introspection response was comma-separated diff --git a/package-lock.json b/package-lock.json index b2abfde..2fd54cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/a12n-server", - "version": "0.25.3", + "version": "0.25.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/a12n-server", - "version": "0.25.3", + "version": "0.25.4", "dependencies": { "@curveball/accesslog": "^0.4.0", "@curveball/bodyparser": "^0.6.1", diff --git a/package.json b/package.json index 5bfa727..16d43df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/a12n-server", - "version": "0.25.3", + "version": "0.25.4", "main": "dist/index.js", "description": "A ready-to-launch User and Authentication system for those that don't want to build it", "scripts": {