Skip to content

Commit 51e5582

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.1...v1.16.0) (2024-01-08) ### Features * bumped CoCreate dependencies to their latest versions ([5b23e30](5b23e30))
1 parent 5b23e30 commit 51e5582

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.16.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.15.1...v1.16.0) (2024-01-08)
2+
3+
4+
### Features
5+
6+
* bumped CoCreate dependencies to their latest versions ([5b23e30](https://github.com/CoCreate-app/CoCreate-actions/commit/5b23e30b3251f024723ed52b81f840947cc516ee))
7+
18
## [1.15.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.15.0...v1.15.1) (2023-12-28)
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.15.1",
3+
"version": "1.16.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",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/utils": "^1.30.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)