From 810d7663dbedd425dfcff496ef5ed3702a347abf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 21:01:27 +0000 Subject: [PATCH] chore(release): 1.21.2 [skip ci] ## [1.21.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.1...v1.21.2) (2024-06-23) ### Bug Fixes * update dependencies ([a4d2645](https://github.com/CoCreate-app/CoCreate-api/commit/a4d26451bf0cd20d1cd69ce4255ab7cdff82413a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617c0da..cbba845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.1...v1.21.2) (2024-06-23) + + +### Bug Fixes + +* update dependencies ([a4d2645](https://github.com/CoCreate-app/CoCreate-api/commit/a4d26451bf0cd20d1cd69ce4255ab7cdff82413a)) + ## [1.21.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.0...v1.21.1) (2024-06-12) diff --git a/package.json b/package.json index 6682992..53d4d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.21.1", + "version": "1.21.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",