Skip to content

Commit 335a375

Browse files
chore(release): 1.1.16 [skip ci]
## [1.1.16](v1.1.15...v1.1.16) (2021-07-13) ### Bug Fixes * add yarn lockfile to git ignore ([36586a1](36586a1)) * remove yarn.lock ([a9cf99c](a9cf99c))
1 parent 36586a1 commit 335a375

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.16](https://github.com/CoCreate-app/CoCreate-action/compare/v1.1.15...v1.1.16) (2021-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add yarn lockfile to git ignore ([36586a1](https://github.com/CoCreate-app/CoCreate-action/commit/36586a116627916c0027275b936800a62c430935))
7+
* remove yarn.lock ([a9cf99c](https://github.com/CoCreate-app/CoCreate-action/commit/a9cf99c6851f70b3ef68cd1abdb130b483861959))
8+
19
## [1.1.15](https://github.com/CoCreate-app/CoCreate-action/compare/v1.1.14...v1.1.15) (2021-07-10)
210

311

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.1.15",
3+
"version": "1.1.16",
44
"description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all actions completed. Grounded on Vanilla javascript, easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"action",

0 commit comments

Comments
 (0)