From d1fa53a2fa4e3451ef98bf9c2f171cf574e5541d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Nov 2023 23:35:13 +0000 Subject: [PATCH] chore(release): 1.15.10 [skip ci] ## [1.15.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.9...v1.15.10) (2023-11-03) ### Bug Fixes * favicon.ico path ([dfdeee5](https://github.com/CoCreate-app/CoCreate-api/commit/dfdeee51fe79a7ebcb0a7731da4f11c5ddcfa088)) * removed apikey.js ([cd25fd4](https://github.com/CoCreate-app/CoCreate-api/commit/cd25fd4255878abdae1ec228d76dd55a8c201e19)) * update dependencies to the lates versions ([2282be8](https://github.com/CoCreate-app/CoCreate-api/commit/2282be8c474fd185676cea83e702642e5eeef4a5)) * update method to use object.update etc ([b9b7709](https://github.com/CoCreate-app/CoCreate-api/commit/b9b7709015256a22eedb154ed49b48f7a0b3b716)) --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 290aaa4..70d1e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.15.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.9...v1.15.10) (2023-11-03) + + +### Bug Fixes + +* favicon.ico path ([dfdeee5](https://github.com/CoCreate-app/CoCreate-api/commit/dfdeee51fe79a7ebcb0a7731da4f11c5ddcfa088)) +* removed apikey.js ([cd25fd4](https://github.com/CoCreate-app/CoCreate-api/commit/cd25fd4255878abdae1ec228d76dd55a8c201e19)) +* update dependencies to the lates versions ([2282be8](https://github.com/CoCreate-app/CoCreate-api/commit/2282be8c474fd185676cea83e702642e5eeef4a5)) +* update method to use object.update etc ([b9b7709](https://github.com/CoCreate-app/CoCreate-api/commit/b9b7709015256a22eedb154ed49b48f7a0b3b716)) + ## [1.15.9](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.8...v1.15.9) (2023-10-25) diff --git a/package.json b/package.json index b3bf3f4..cc9629a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.15.9", + "version": "1.15.10", "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.3", "@cocreate/utils": "^1.26.2" } -} \ No newline at end of file +}