From: Justin Wind Date: Sat, 17 Sep 2022 00:16:54 +0000 (-0700) Subject: bump package version to 1.2.7 X-Git-Tag: v1.2.7 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=b819f8f4978ee8ce6d43d4b135127ceeb32f8ab3 bump package version to 1.2.7 --- diff --git a/package-lock.json b/package-lock.json index cbcb0c4..c14db03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.2.6", + "version": "1.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.2.6", + "version": "1.2.7", "license": "ISC", "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", diff --git a/package.json b/package.json index d4793a3..81da31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.6", + "version": "1.2.7", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {