diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c816d..290aaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.9](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.8...v1.15.9) (2023-10-25) + + +### Bug Fixes + +* bump dependencies ([fb20579](https://github.com/CoCreate-app/CoCreate-api/commit/fb20579a40f0637d8d695854603304ca4f50eec8)) + ## [1.15.8](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.7...v1.15.8) (2023-10-22) diff --git a/package.json b/package.json index 6c93b8a..c54ebc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.15.8", + "version": "1.15.9", "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", @@ -66,4 +66,4 @@ "@cocreate/socket-client": "^1.32.2", "@cocreate/utils": "^1.26.1" } -} \ No newline at end of file +}