From 8ea2ae19bcf013e8b91a69c6cb2cf78fe942bee3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Jul 2021 04:02:16 +0000 Subject: [PATCH] chore(release): 1.0.25 [skip ci] ## [1.0.25](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.24...v1.0.25) (2021-07-17) ### Bug Fixes * workflows ([d44dbc4](https://github.com/CoCreate-app/CoCreate-api/commit/d44dbc4a89791690fb7ad22f86283b5e6a2f7687)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2abeb..767d107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.25](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.24...v1.0.25) (2021-07-17) + + +### Bug Fixes + +* workflows ([d44dbc4](https://github.com/CoCreate-app/CoCreate-api/commit/d44dbc4a89791690fb7ad22f86283b5e6a2f7687)) + ## [1.0.24](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.23...v1.0.24) (2021-07-14) diff --git a/package.json b/package.json index 4fc8b61..09659c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.24", + "version": "1.0.25", "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 data-attributes and/or JavaScript API. ", "keywords": [ "thirdparty-api-intergration",