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",