Skip to content

Commit 45bef56

Browse files
committed
* In package.json and VERSION
Bump to 1.0.5
1 parent 113d007 commit 45bef56

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
PureMVC Typescript Utility - State Machine
22
--------------------------------------------------------------------------
3-
Release Date: 4/22/25
3+
Release Date: 11/25/25
44
Platform: Typescript
55
Version: 1
66
Revision: 0
7-
Minor: 2
7+
Minor: 5
88
Authors: Cliff Hall <cliff.hall@puremvc.org>
99
--------------------------------------------------------------------------
1010

1111
1.0.0 Initial port from the AS3 source.
1212
1.0.2 Fix entrypoint
13+
1.0.3 - 1.0.5 Configure npm publishing workflow

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puremvc/puremvc-typescript-util-async-command",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "PureMVC AsyncCommand Utility for TypeScript",
55
"main": "./bin/cjs/index.js",
66
"module": "bin/esm/index.js",

0 commit comments

Comments
 (0)