From ea85f1b1ed68c4dfd4116458ab4ed54553476a5b Mon Sep 17 00:00:00 2001 From: Gido Manders Date: Thu, 10 Mar 2022 10:32:16 +0100 Subject: [PATCH] 1.2.2 --- 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 a256ea7..4039dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@42.nl/authentication", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@42.nl/authentication", - "version": "1.2.1", + "version": "1.2.2", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "5.16.2", diff --git a/package.json b/package.json index 50fba20..698fb98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@42.nl/authentication", - "version": "1.2.1", + "version": "1.2.2", "description": "Authenticating with a Spring Security application and storing the currentUser.", "files": [ "lib"