From 5ea2ffe571a74618eef073c58c5fef06e1cf06a7 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sun, 12 May 2024 13:18:46 -0700 Subject: [PATCH] bump package version to 1.5.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50887e7..47239aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -## [v1.5.0] - TBD +## [v1.5.0] - 2024-05-12 - Migrated resource authenticator into this package, for inter-server API authentication. diff --git a/package-lock.json b/package-lock.json index ea9befc..d35a87e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/authentication-module", - "version": "1.4.1", + "version": "1.5.0", "license": "ISC", "dependencies": { "@squeep/api-dingus": "^2", diff --git a/package.json b/package.json index 60cfb59..30cb4b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.4.1", + "version": "1.5.0", "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { -- 2.43.2