Skip to content

Commit 42b02da

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.7...v1.12.0) (2023-10-16) ### Features * return param form: elements.closest('form') ([3dc06ac](3dc06ac))
1 parent 3dc06ac commit 42b02da

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.12.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.7...v1.12.0) (2023-10-16)
2+
3+
4+
### Features
5+
6+
* return param form: elements.closest('form') ([3dc06ac](https://github.com/CoCreate-app/CoCreate-actions/commit/3dc06acfc4006c68bf1be08fd9855012d764104b))
7+
18
## [1.11.7](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.11.6...v1.11.7) (2023-10-14)
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.11.7",
3+
"version": "1.12.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)