From 96051443e2cd4f6732ed92efc91656b93c22e8ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Oct 2021 20:44:42 +0000 Subject: [PATCH] chore(release): 1.1.33 [skip ci] ## [1.1.33](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.32...v1.1.33) (2021-10-15) ### Bug Fixes * update dependencies ([934e77f](https://github.com/CoCreate-app/CoCreate-api/commit/934e77fe715a313273459791353efe6cef5fa6cf)) * update dependencies ([5d483ae](https://github.com/CoCreate-app/CoCreate-api/commit/5d483aef7cb02e0234605dae31fc61606fa7f3a8)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ce034..311f77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.33](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.32...v1.1.33) (2021-10-15) + + +### Bug Fixes + +* update dependencies ([934e77f](https://github.com/CoCreate-app/CoCreate-api/commit/934e77fe715a313273459791353efe6cef5fa6cf)) +* update dependencies ([5d483ae](https://github.com/CoCreate-app/CoCreate-api/commit/5d483aef7cb02e0234605dae31fc61606fa7f3a8)) + ## [1.1.32](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.31...v1.1.32) (2021-10-15) diff --git a/package.json b/package.json index 2838c21..3bc58a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.32", + "version": "1.1.33", "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",