From: Justin Wind Date: Sat, 23 Mar 2024 21:36:51 +0000 (-0700) Subject: 1.4.0 X-Git-Tag: v1.4.0^0 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=HEAD 1.4.0 --- diff --git a/package-lock.json b/package-lock.json index 977ca4a..984d8fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.3.2", + "version": "1.4.0", "license": "ISC", "dependencies": { "@squeep/api-dingus": "^2.1.0", diff --git a/package.json b/package.json index e0901c7..9f93c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.3.2", + "version": "1.4.0", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {