Skip to content

Commit a6232d0

Browse files
authored
Merge pull request #3 from PureMVC/github-workflow-setup
* In package.json and VERSION
2 parents 4c6a94a + 05a9236 commit a6232d0

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: 8
7+
Minor: 9
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 - 1.0.8 Github workflow based publishing setup, add rollup config, tests
17+
1.0.7 - 1.0.9 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.8",
3+
"version": "1.0.9",
44
"type": "module",
55
"main": "bin/cjs/puremvc.cjs",
66
"module": "bin/esm/puremvc.js",
@@ -20,7 +20,7 @@
2020
"mvc"
2121
],
2222
"scripts": {
23-
"build": "npm run clean && npm run build:lib && cp package.json bin/",
23+
"build": "npm run clean && npm run build:lib",
2424
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
2525
"clean": "rm -rf bin",
2626
"lint": "eslint ./src",

0 commit comments

Comments
 (0)