From 105134f4831c702ab68832a97ef9a0591bacc635 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 25 Jan 2025 14:53:17 -0800 Subject: [PATCH] bump package version to 1.5.1 --- 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 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": { -- 2.49.0