From e06701a51ac2364d12141a7f724a8be92cfbbe68 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 25 Nov 2025 16:52:00 -0500 Subject: [PATCH] * In package.json and VERSION - bump to 1.0.8 --- VERSION | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 6e3f3b5..96556e4 100755 --- a/VERSION +++ b/VERSION @@ -4,7 +4,7 @@ Release Date: 11/25/2025 Platform: JavaScript (Native) Version: 1 Revision: 0 - Minor: 7 + Minor: 8 Authors: Copyright © 2008 Duncan Hall : Ported in 2024 by Cliff Hall ------------------------------------------------------------------------- @@ -14,5 +14,5 @@ Release Date: 11/25/2025 ... 1.0.5 Fixed issues with nullish checking and necessary closure in AsyncMacroCommand 1.0.6 Update to use PureMVC 2.0.7 and build for cjs and esm. -1.0.7 Github workflow based publishing setup, add rollup config +1.0.7 - 1.0.8 Github workflow based publishing setup, add rollup config, tests diff --git a/package.json b/package.json index 9503d30..7b991e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@puremvc/puremvc-js-util-async-command", - "version": "1.0.7", + "version": "1.0.8", "type": "module", "main": "bin/cjs/puremvc.cjs", "module": "bin/esm/puremvc.js", @@ -13,7 +13,7 @@ "description": "PureMVC JS MultiCore Async Command Utility", "repository": { "type": "git", - "url": "https://github.com/PureMVC/puremvc-js-util-async-command.git" + "url": "git+https://github.com/PureMVC/puremvc-js-util-async-command.git" }, "keywords": [ "puremvc",