You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* set timeout, listen to events and chain togeter multiple actions ([cb4055e](https://github.com/CoCreate-app/CoCreate-action/commit/cb4055ede1269b5dff83b0a729e466b6886c84ba))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cocreate/action",
3
-
"version": "1.0.5",
3
+
"version": "1.1.0",
4
4
"description": "A simple action component in vanilla javascript. Chain multiple functions and execute in a specified order. Easily configured using HTML5 data-attributes and/or JavaScript API.",
0 commit comments