diff --git a/CHANGELOG.md b/CHANGELOG.md index 311f77d..babed8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.34](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.33...v1.1.34) (2021-10-15) + + +### Bug Fixes + +* update dependencies ([7ac8267](https://github.com/CoCreate-app/CoCreate-api/commit/7ac82674522729c7da20e3b8ce0fe0d371ecb58c)) + ## [1.1.33](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.32...v1.1.33) (2021-10-15) diff --git a/package.json b/package.json index 58a1dce..13c3165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.33", + "version": "1.1.34", "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",