Skip to content

Commit 6c08ed9

Browse files
chore(release): 1.12.4 [skip ci]
## [1.12.4](v1.12.3...v1.12.4) (2023-11-12) ### Bug Fixes * bump dependencies for latest features ([0788baa](0788baa))
1 parent 0788baa commit 6c08ed9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.12.4](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.12.3...v1.12.4) (2023-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies for latest features ([0788baa](https://github.com/CoCreate-app/CoCreate-actions/commit/0788baa17e9a298187dded9575bdb303a8728530))
7+
18
## [1.12.3](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.12.2...v1.12.3) (2023-11-09)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/actions",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
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",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/utils": "^1.27.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)