diff --git a/CHANGELOG.md b/CHANGELOG.md index d877ec2..e7ecfc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.11](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.10...v1.1.11) (2021-09-09) + + +### Bug Fixes + +* CoCreate.config directory, path, name and public ([0871919](https://github.com/CoCreate-app/CoCreate-api/commit/0871919d6fbb510d346e02663b06fc2b5fde5879)) + ## [1.1.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.9...v1.1.10) (2021-09-08) diff --git a/package.json b/package.json index 9bd23e9..62a9566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.10", + "version": "1.1.11", "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",