From 4b013dd1d3fa726d1c753ea7a41d9100e5b91115 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 May 2023 18:29:45 +0000 Subject: [PATCH] chore(release): 1.10.12 [skip ci] ## [1.10.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.11...v1.10.12) (2023-05-20) ### Bug Fixes * updated dependencies to their latest versions ([7100983](https://github.com/CoCreate-app/CoCreate-api/commit/710098302b67e483a843da1e2528bd1bf6fd9893)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c575dfb..56d9b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.11...v1.10.12) (2023-05-20) + + +### Bug Fixes + +* updated dependencies to their latest versions ([7100983](https://github.com/CoCreate-app/CoCreate-api/commit/710098302b67e483a843da1e2528bd1bf6fd9893)) + ## [1.10.11](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.10...v1.10.11) (2023-05-20) diff --git a/package.json b/package.json index c4fe601..11a2a0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.10.11", + "version": "1.10.12", "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", @@ -69,4 +69,4 @@ "@cocreate/socket-client": "^1.23.4", "@cocreate/utils": "^1.20.9" } -} \ No newline at end of file +}