diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0f25d..da7e64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.20](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.19...v1.10.20) (2023-06-11) + + +### Bug Fixes + +* renamed hosts to host. the value can be a string or an array of strings ([6d99cce](https://github.com/CoCreate-app/CoCreate-api/commit/6d99cce6c5275b0d8d1a05e73ed70cb9b455d8bc)) + ## [1.10.19](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.18...v1.10.19) (2023-06-10) diff --git a/package.json b/package.json index 9d4ba6e..d55c3da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.10.19", + "version": "1.10.20", "description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ", "keywords": [ "thirdparty-api-intergration",