Skip to content

Commit 04f6c3d

Browse files
chore(release): 1.19.0 [skip ci]
# [1.19.0](v1.18.5...v1.19.0) (2024-07-09) ### Features * dynamically add endEvent uuid for actions with methods ([08ab801](08ab801))
1 parent 7facd54 commit 04f6c3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.18.5...v1.19.0) (2024-07-09)
2+
3+
4+
### Features
5+
6+
* dynamically add endEvent uuid for actions with methods ([08ab801](https://github.com/CoCreate-app/CoCreate-actions/commit/08ab801d2650696aca009b53f8aa33267c5b4727))
7+
18
## [1.18.5](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.18.4...v1.18.5) (2024-06-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/actions",
3-
"version": "1.18.5",
3+
"version": "1.19.0",
44
"description": "Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)