diff --git a/CHANGELOG.md b/CHANGELOG.md index e16ecd7..b2b3987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.6...v1.1.7) (2021-08-27) + + +### Bug Fixes + +* updaed dependencies ([b32e7ef](https://github.com/CoCreate-app/CoCreate-api/commit/b32e7efb4cc423e43307cf0d334d0302f08e240a)) + ## [1.1.6](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.5...v1.1.6) (2021-08-23) diff --git a/package.json b/package.json index 920ddb9..cb7d655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.6", + "version": "1.1.7", "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",