From ea08926ebf7198aa16298a490852cb4f372e4c82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Aug 2023 00:10:39 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.11.0...v1.12.0) (2023-08-17) ### Features * bump cocreate dependencies for the latest updates and features ([e7ad0fb](https://github.com/CoCreate-app/CoCreate-api/commit/e7ad0fbceff3a97079f395fe417062e1ba2b2b00)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ffde0..2b24206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.11.0...v1.12.0) (2023-08-17) + + +### Features + +* bump cocreate dependencies for the latest updates and features ([e7ad0fb](https://github.com/CoCreate-app/CoCreate-api/commit/e7ad0fbceff3a97079f395fe417062e1ba2b2b00)) + # [1.11.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.31...v1.11.0) (2023-08-16) diff --git a/package.json b/package.json index 7b84771..ca64c36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.11.0", + "version": "1.12.0", "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.24.0", "@cocreate/utils": "^1.22.0" } -} \ No newline at end of file +}