From 215d743ac2971ce493b483c8bac350c713f861e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Jul 2021 18:27:12 +0000 Subject: [PATCH] chore(release): 1.0.22 [skip ci] ## [1.0.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.21...v1.0.22) (2021-07-10) ### Bug Fixes * gitignore all logs ([608a251](https://github.com/CoCreate-app/CoCreate-api/commit/608a251e7baea045ed5ac0c3c75499d2f5d3ef34)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cca2847..43b83ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.21...v1.0.22) (2021-07-10) + + +### Bug Fixes + +* gitignore all logs ([608a251](https://github.com/CoCreate-app/CoCreate-api/commit/608a251e7baea045ed5ac0c3c75499d2f5d3ef34)) + ## [1.0.21](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.20...v1.0.21) (2021-07-07) diff --git a/package.json b/package.json index 50aee29..a2e5e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.21", + "version": "1.0.22", "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",