From: Justin Wind Date: Fri, 4 Nov 2022 00:20:06 +0000 (-0700) Subject: bump package version to 1.2.12 X-Git-Tag: v1.2.12 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=9a7d5352698481c0857ba8827e31c7cb97625133 bump package version to 1.2.12 --- diff --git a/package-lock.json b/package-lock.json index f81f3b0..6f3bd0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.2.11", + "version": "1.2.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.2.11", + "version": "1.2.12", "license": "ISC", "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", diff --git a/package.json b/package.json index 09b9b83..e54cc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.11", + "version": "1.2.12", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {