diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a6b9c..98d3103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.24](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.23...v1.10.24) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([13ac551](https://github.com/CoCreate-app/CoCreate-api/commit/13ac55114e110c4c62f2791c74c2b7dc148438cc)) + ## [1.10.23](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.22...v1.10.23) (2023-06-11) diff --git a/package.json b/package.json index 17627a0..ef222dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.10.23", + "version": "1.10.24", "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.18", "@cocreate/utils": "^1.21.8" } -} \ No newline at end of file +}