From 92c0f20e1affe680855e15490386dca18eae7b00 Mon Sep 17 00:00:00 2001 From: Gido Manders Date: Fri, 4 Feb 2022 11:03:43 +0100 Subject: [PATCH] 1.2.1 --- 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 eb8c129..bbc6505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@42.nl/authentication", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@42.nl/authentication", - "version": "1.2.0", + "version": "1.2.1", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "5.16.2", diff --git a/package.json b/package.json index e93f5b4..1d20866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@42.nl/authentication", - "version": "1.2.0", + "version": "1.2.1", "description": "Authenticating with a Spring Security application and storing the currentUser.", "files": [ "lib"