diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb9af3..0764e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.4...v1.0.5) (2021-04-19) + + +### Bug Fixes + +* ci and build process ([1fd8582](https://github.com/CoCreate-app/CoCreate-api/commit/1fd85822b7a4711cd456661d024ff5a07e5b848a)) +* npm publish and cdn deployment ([d367ae4](https://github.com/CoCreate-app/CoCreate-api/commit/d367ae48dc387dccf289cf44acedab8091db7c8f)) + ## [1.0.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.3...v1.0.4) (2021-04-04) diff --git a/package.json b/package.json index b89df93..7d926d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.4", + "version": "1.0.5", "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",