From 62ad32eb88c937ad92d61dd14637fb403b674475 Mon Sep 17 00:00:00 2001 From: Gido Manders Date: Thu, 12 Jan 2023 14:33:25 +0100 Subject: [PATCH] 1.2.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 309b394..b048539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@42.nl/authentication", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@42.nl/authentication", - "version": "1.2.4", + "version": "1.2.5", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "5.16.5", diff --git a/package.json b/package.json index c5df6ca..1672a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@42.nl/authentication", - "version": "1.2.4", + "version": "1.2.5", "description": "Authenticating with a Spring Security application and storing the currentUser.", "files": [ "lib"