From: Justin Wind Date: Tue, 28 Jun 2022 17:30:06 +0000 (-0700) Subject: bump package version to 1.2.5 X-Git-Tag: v1.2.5 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=2ab2627de427eebbde87a8ced3aaaeddf8c66bc9 bump package version to 1.2.5 --- diff --git a/package-lock.json b/package-lock.json index 5912a4d..0f02a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.2.4", + "version": "1.2.5", "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 9df794b..7cbc33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.4", + "version": "1.2.5", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {