From f23c65430b6d699c317fcaf3c98ee52c39a6f58f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Nov 2021 02:49:26 +0000 Subject: [PATCH] chore(release): 1.2.17 [skip ci] ## [1.2.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.16...v1.2.17) (2021-11-27) ### Bug Fixes * actions import typo ([4030ac2](https://github.com/CoCreate-app/CoCreate-api/commit/4030ac2ea256133a5481d35731a5dcb38e9db4e1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe400d..3e6d7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.16...v1.2.17) (2021-11-27) + + +### Bug Fixes + +* actions import typo ([4030ac2](https://github.com/CoCreate-app/CoCreate-api/commit/4030ac2ea256133a5481d35731a5dcb38e9db4e1)) + ## [1.2.16](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.15...v1.2.16) (2021-11-27) diff --git a/package.json b/package.json index ff3c00c..6ef8c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.2.16", + "version": "1.2.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 attributes and/or JavaScript API. ", "keywords": [ "thirdparty-api-intergration",