From edcf7691f46591646f02765d61273bb581a92bfb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Sep 2021 04:56:34 +0000 Subject: [PATCH] chore(release): 1.1.13 [skip ci] ## [1.1.13](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.12...v1.1.13) (2021-09-09) ### Bug Fixes * ci docs ([66cef90](https://github.com/CoCreate-app/CoCreate-api/commit/66cef903959ba8592a2ba0739c2c9f84a5061a84)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cb4eb..e4f0ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.13](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.12...v1.1.13) (2021-09-09) + + +### Bug Fixes + +* ci docs ([66cef90](https://github.com/CoCreate-app/CoCreate-api/commit/66cef903959ba8592a2ba0739c2c9f84a5061a84)) + ## [1.1.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.11...v1.1.12) (2021-09-09) diff --git a/package.json b/package.json index 0aa3100..61adb28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.12", + "version": "1.1.13", "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",