Skip to content

Commit b71a894

Browse files
chore(release): 1.11.7 [skip ci]
## [1.11.7](v1.11.6...v1.11.7) (2023-10-14) ### Bug Fixes * bump dependencies ([7f06eb8](7f06eb8)) * link.runLink updated to link.open ([04d75e9](04d75e9))
1 parent 04d75e9 commit b71a894

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.11.7](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.6...v1.11.7) (2023-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([7f06eb8](https://github.com/CoCreate-app/CoCreate-actions/commit/7f06eb8ebbb056c8e9aaec78063fe43072da4648))
7+
* link.runLink updated to link.open ([04d75e9](https://github.com/CoCreate-app/CoCreate-actions/commit/04d75e9a22c057bc20d66a67b9af22d245827e43))
8+
19
## [1.11.6](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.5...v1.11.6) (2023-10-09)
210

311

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.11.6",
3+
"version": "1.11.7",
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.25.3"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)