diff --git a/CHANGELOG.md b/CHANGELOG.md index c12ae59..603cd5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.29](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.28...v1.10.29) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([aee75cc](https://github.com/CoCreate-app/CoCreate-api/commit/aee75cc18a72735d6918a55e62377f8785103b1f)) + ## [1.10.28](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.27...v1.10.28) (2023-06-11) diff --git a/package.json b/package.json index 588bcc0..177ff26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.10.28", + "version": "1.10.29", "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", @@ -67,4 +67,4 @@ "@cocreate/socket-client": "^1.23.23", "@cocreate/utils": "^1.21.13" } -} \ No newline at end of file +}