From bcb4921dd7ebed78dcfee511825db5062d7704af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Apr 2021 02:23:44 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 a43f464..f9ab8e6 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",