Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2021-04-19)

### Bug Fixes

* ci and build process ([1fd8582](1fd8582))
* npm publish and cdn deployment ([d367ae4](d367ae4))
  • Loading branch information
semantic-release-bot committed Apr 19, 2021
1 parent d367ae4 commit bcb4921
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bcb4921

Please sign in to comment.