Skip to content

Commit 00bda5c

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.0...v1.17.0) (2024-02-03) ### Features * actions containg '.' will as name and method ([7f9cf9c](7f9cf9c))
1 parent 7f9cf9c commit 00bda5c

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.17.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.16.0...v1.17.0) (2024-02-03)
2+
3+
4+
### Features
5+
6+
* actions containg '.' will as name and method ([7f9cf9c](https://github.com/CoCreate-app/CoCreate-actions/commit/7f9cf9c4358985314170b106006b7cd4d12b1b85))
7+
18
# [1.16.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.15.1...v1.16.0) (2024-01-08)
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.16.0",
3+
"version": "1.17.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)