From: Justin Wind Date: Wed, 6 Apr 2022 17:42:17 +0000 (-0700) Subject: bump package version to 1.2.2 X-Git-Tag: v1.2.2 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=69041023d56cd6f36ebc838bac931bba7e032c40 bump package version to 1.2.2 --- diff --git a/package-lock.json b/package-lock.json index 5bb14ff..bddea2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bdad308..a2d8073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.1", + "version": "1.2.2", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {