diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f9923..97423a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.11...v1.0.12) (2021-05-12) + + +### Bug Fixes + +* bug returning response ([b1790d1](https://github.com/CoCreate-app/CoCreate-api/commit/b1790d15b83e31ecb671f6fb13a151430ac28ed7)) + ## [1.0.11](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.10...v1.0.11) (2021-05-08) diff --git a/package.json b/package.json index 822e45c..56852fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.11", + "version": "1.0.12", "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",