From: Justin Wind Date: Sun, 12 May 2024 20:18:46 +0000 (-0700) Subject: bump package version to 1.5.0 X-Git-Tag: v1.5.0 X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=commitdiff_plain;h=HEAD;ds=sidebyside bump package version to 1.5.0 --- 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": {