From 91c3b6df5d66d71ebe9bbc45301becd6cb9aaabf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 20:37:08 +0000 Subject: [PATCH] chore(release): 1.15.2 [skip ci] ## [1.15.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.1...v1.15.2) (2023-10-09) ### Bug Fixes * bump dependencies ([e467ac6](https://github.com/CoCreate-app/CoCreate-api/commit/e467ac68ee040f44e768903a8fc243aa6f804a36)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2941599..64bd101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.1...v1.15.2) (2023-10-09) + + +### Bug Fixes + +* bump dependencies ([e467ac6](https://github.com/CoCreate-app/CoCreate-api/commit/e467ac68ee040f44e768903a8fc243aa6f804a36)) + ## [1.15.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.0...v1.15.1) (2023-10-09) diff --git a/package.json b/package.json index 7c8fe63..af35bed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.15.1", + "version": "1.15.2", "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 +}