From 76e4a180eafc3ace46f07b6fe1275954a51bff94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Apr 2021 03:44:44 +0000 Subject: [PATCH] chore(release): 1.0.7 [skip ci] ## [1.0.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.6...v1.0.7) (2021-04-21) ### Bug Fixes * Will work as client and server package ([99d3e5e](https://github.com/CoCreate-app/CoCreate-api/commit/99d3e5e38fafe9c154dd51c5711a301213fccebe)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256110e..e45d956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.6...v1.0.7) (2021-04-21) + + +### Bug Fixes + +* Will work as client and server package ([99d3e5e](https://github.com/CoCreate-app/CoCreate-api/commit/99d3e5e38fafe9c154dd51c5711a301213fccebe)) + ## [1.0.6](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.5...v1.0.6) (2021-04-19) diff --git a/package.json b/package.json index c024246..41458d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.6", + "version": "1.0.7", "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",