From: Justin Wind Date: Sat, 25 Jan 2025 22:53:17 +0000 (-0800) Subject: bump package version to 1.5.1 X-Git-Tag: v1.5.1^0 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=105134f4831c702ab68832a97ef9a0591bacc635;p=squeep-authentication-module bump package version to 1.5.1 --- diff --git a/package-lock.json b/package-lock.json index 454f032..f6ac4af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.5.0", + "version": "1.5.1", "license": "ISC", "dependencies": { "@squeep/api-dingus": "^2", diff --git a/package.json b/package.json index 4446a5f..6aff0de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.5.0", + "version": "1.5.1", "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": {