bump package version to 1.5.0 master v1.5.0
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 12 May 2024 20:18:46 +0000 (13:18 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 12 May 2024 20:19:32 +0000 (13:19 -0700)
CHANGELOG.md
package-lock.json
package.json

index 50887e75417ad31b7cd24fe594ef8066fb20400e..47239aa112ce8d344ed05cfe846b49d747293314 100644 (file)
@@ -4,7 +4,7 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
 
 ## [Unreleased]
 
-## [v1.5.0] - TBD
+## [v1.5.0] - 2024-05-12
 
 - Migrated resource authenticator into this package, for inter-server API authentication.
 
 
 - Migrated resource authenticator into this package, for inter-server API authentication.
 
index ea9befc9b32bd45a5a374d2e64796f43b5bb78d8..d35a87ea3edd0ff76000a5fe91f9a28ab23849ac 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/authentication-module",
 {
   "name": "@squeep/authentication-module",
-  "version": "1.4.1",
+  "version": "1.5.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/authentication-module",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/authentication-module",
-      "version": "1.4.1",
+      "version": "1.5.0",
       "license": "ISC",
       "dependencies": {
         "@squeep/api-dingus": "^2",
       "license": "ISC",
       "dependencies": {
         "@squeep/api-dingus": "^2",
index 60cfb5949e6bf502dadfae844cfd5bea89cb6cfd..30cb4b149833b080510e87384af81b3f4873366a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/authentication-module",
 {
   "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": {
   "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {