Skip to content

Commit b319bec

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.5...v1.1.0) (2021-04-10) ### Features * Initial Release ([b2d09b2](b2d09b2)) * Initial Release ([aa22ac3](aa22ac3)) * set timeout, listen to events and chain togeter multiple actions ([cb4055e](cb4055e))
1 parent cb4055e commit b319bec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-action/compare/v1.0.5...v1.1.0) (2021-04-10)
2+
3+
4+
### Features
5+
6+
* Initial Release ([b2d09b2](https://github.com/CoCreate-app/CoCreate-action/commit/b2d09b22b7551cfefac52609ef0b400ad4f9c45d))
7+
* Initial Release ([aa22ac3](https://github.com/CoCreate-app/CoCreate-action/commit/aa22ac379e4d02ec159c45600466e7c720195193))
8+
* set timeout, listen to events and chain togeter multiple actions ([cb4055e](https://github.com/CoCreate-app/CoCreate-action/commit/cb4055ede1269b5dff83b0a729e466b6886c84ba))
9+
110
## [1.0.5](https://github.com/CoCreate-app/CoCreate-action/compare/v1.0.4...v1.0.5) (2021-04-04)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/action",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"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.",
55
"keywords": [
66
"action",

0 commit comments

Comments
 (0)