diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f0ea1..ff82f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.14](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.13...v1.1.14) (2021-09-09) + + +### Bug Fixes + +* update dependency @cocreate/docs ([7903073](https://github.com/CoCreate-app/CoCreate-api/commit/7903073acb9d8b5ec4321fb67a40b2c0649485e9)) + ## [1.1.13](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.12...v1.1.13) (2021-09-09) diff --git a/package.json b/package.json index 95518fd..a7dd8e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.13", + "version": "1.1.14", "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",