diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df056c..01708ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.0...v1.2.1) (2021-11-03) + + +### Bug Fixes + +* update dependencies ([dc3a6d7](https://github.com/CoCreate-app/CoCreate-api/commit/dc3a6d7ba6e2fb6e8b41fc8438537202cb881152)) + # [1.2.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.39...v1.2.0) (2021-11-02) diff --git a/package.json b/package.json index 8cae4c2..34902d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.2.0", + "version": "1.2.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",