From 1e86fec2ea26298e43de732a28b161d8738261d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Sep 2021 03:57:46 +0000 Subject: [PATCH] chore(release): 1.1.17 [skip ci] ## [1.1.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.16...v1.1.17) (2021-09-14) ### Bug Fixes * add cocreate.app to domains ([36a4c41](https://github.com/CoCreate-app/CoCreate-api/commit/36a4c4114f30c87e74ad9198c2c0bca7409a1b8f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d54fd3..deae8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.16...v1.1.17) (2021-09-14) + + +### Bug Fixes + +* add cocreate.app to domains ([36a4c41](https://github.com/CoCreate-app/CoCreate-api/commit/36a4c4114f30c87e74ad9198c2c0bca7409a1b8f)) + ## [1.1.16](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.15...v1.1.16) (2021-09-13) diff --git a/package.json b/package.json index 51e6498..44395f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.16", + "version": "1.1.17", "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",