diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b24206..912d939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.12.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.12.0...v1.12.1) (2023-08-21) + + +### Bug Fixes + +* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([cb75597](https://github.com/CoCreate-app/CoCreate-api/commit/cb75597e3b76806e9173daffe6143d212b10bcb8)) +* replace cdn with /dist ([46a8e56](https://github.com/CoCreate-app/CoCreate-api/commit/46a8e564a7287b404f89263196d9622eea21eb0f)) +* update file uploader ([b98cabf](https://github.com/CoCreate-app/CoCreate-api/commit/b98cabfbd0c5e076f33920b50889af9a04299769)) + # [1.12.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.11.0...v1.12.0) (2023-08-17) diff --git a/package.json b/package.json index ca64c36..a6911bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.12.0", + "version": "1.12.1", "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",