Skip to content

Commit 80ab449

Browse files
chore(release): 1.8.21 [skip ci]
## [1.8.21](v1.8.20...v1.8.21) (2023-06-11) ### Bug Fixes * renamed hosts to host. the value can be a string or an array of strings ([3e36f7e](3e36f7e))
1 parent 3e36f7e commit 80ab449

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.8.21](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.8.20...v1.8.21) (2023-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* renamed hosts to host. the value can be a string or an array of strings ([3e36f7e](https://github.com/CoCreate-app/CoCreate-actions/commit/3e36f7e3755696fc6204c0e557940c56c1b3b13e))
7+
18
## [1.8.20](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.8.19...v1.8.20) (2023-06-10)
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.8.20",
3+
"version": "1.8.21",
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 attributes and/or JavaScript API.",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)