From 2ab2627de427eebbde87a8ced3aaaeddf8c66bc9 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 28 Jun 2022 10:30:06 -0700 Subject: [PATCH] bump package version to 1.2.5 --- 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 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": { -- 2.43.2