From 9c604adfcde56e35767e3eba70890308ec2d3110 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 23 Mar 2024 14:36:51 -0700 Subject: [PATCH] 1.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": { -- 2.43.2