diff --git a/CHANGELOG.md b/CHANGELOG.md index b59c928..2cffd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.20](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.19...v1.1.20) (2021-10-01) + + +### Bug Fixes + +* update dependencies ([483bf5f](https://github.com/CoCreate-app/CoCreate-api/commit/483bf5f724fc9824d6a62547e7f32b3a8685ed02)) + ## [1.1.19](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.18...v1.1.19) (2021-09-28) diff --git a/package.json b/package.json index fdf8d35..5345d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.19", + "version": "1.1.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 data-attributes and/or JavaScript API. ", "keywords": [ "thirdparty-api-intergration",