From 1c0561f545b0794af2b22fcc2c4d7337878e1289 Mon Sep 17 00:00:00 2001 From: Gido Manders Date: Tue, 11 Jan 2022 10:51:19 +0100 Subject: [PATCH] 1.1.3 --- 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 3779d25..55b5aaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@42.nl/authentication", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@42.nl/authentication", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "5.16.1", diff --git a/package.json b/package.json index 24c9a46..357682a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@42.nl/authentication", - "version": "1.1.2", + "version": "1.1.3", "description": "Authenticating with a Spring Security application and storing the currentUser.", "files": [ "lib"