From 3e5af259873cc8de7d831c68036dcf5e21d7646a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 21:44:24 +0000 Subject: [PATCH] chore(release): 1.10.28 [skip ci] ## [1.10.28](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.27...v1.10.28) (2023-06-11) ### Bug Fixes * testing workflow ([2c4d66c](https://github.com/CoCreate-app/CoCreate-api/commit/2c4d66c167937823e1f692873da588b64d828a0c)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75639e3..c12ae59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.28](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.27...v1.10.28) (2023-06-11) + + +### Bug Fixes + +* testing workflow ([2c4d66c](https://github.com/CoCreate-app/CoCreate-api/commit/2c4d66c167937823e1f692873da588b64d828a0c)) + ## [1.10.27](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.26...v1.10.27) (2023-06-11) diff --git a/package.json b/package.json index 0b5252a..c14f74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.10.27", + "version": "1.10.28", "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", @@ -67,4 +67,4 @@ "@cocreate/socket-client": "^1.23.22", "@cocreate/utils": "^1.21.12" } -} \ No newline at end of file +}