Skip to content

Commit 4c6a94a

Browse files
authored
Merge pull request #2 from PureMVC/github-workflow-setup
Package version was already published
2 parents 408be14 + e06701a commit 4c6a94a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Date: 11/25/2025
44
Platform: JavaScript (Native)
55
Version: 1
66
Revision: 0
7-
Minor: 7
7+
Minor: 8
88
Authors: Copyright © 2008 Duncan Hall <duncan.hall@puremvc.org>
99
: Ported in 2024 by Cliff Hall <cliff.hall@puremvc.org>
1010
-------------------------------------------------------------------------
@@ -14,5 +14,5 @@ Release Date: 11/25/2025
1414
...
1515
1.0.5 Fixed issues with nullish checking and necessary closure in AsyncMacroCommand
1616
1.0.6 Update to use PureMVC 2.0.7 and build for cjs and esm.
17-
1.0.7 Github workflow based publishing setup, add rollup config
17+
1.0.7 - 1.0.8 Github workflow based publishing setup, add rollup config, tests
1818

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puremvc/puremvc-js-util-async-command",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"type": "module",
55
"main": "bin/cjs/puremvc.cjs",
66
"module": "bin/esm/puremvc.js",
@@ -13,7 +13,7 @@
1313
"description": "PureMVC JS MultiCore Async Command Utility",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/PureMVC/puremvc-js-util-async-command.git"
16+
"url": "git+https://github.com/PureMVC/puremvc-js-util-async-command.git"
1717
},
1818
"keywords": [
1919
"puremvc",

0 commit comments

Comments
 (0)