diff --git a/CHANGELOG.md b/CHANGELOG.md index a13ccf5..2941599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.0...v1.15.1) (2023-10-09) + + +### Bug Fixes + +* bump cocreate dependency versions ([d228839](https://github.com/CoCreate-app/CoCreate-api/commit/d228839d99a7653bde79968e289c4f37fe56158c)) + # [1.15.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.14.0...v1.15.0) (2023-09-19) diff --git a/package.json b/package.json index 202670b..92aa7d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.15.0", + "version": "1.15.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", @@ -66,4 +66,4 @@ "@cocreate/socket-client": "^1.29.0", "@cocreate/utils": "^1.25.0" } -} \ No newline at end of file +}