Skip to content

Commit bcb4921

Browse files
chore(release): 1.0.5 [skip ci]
## [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))
1 parent d367ae4 commit bcb4921

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.4...v1.0.5) (2021-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* ci and build process ([1fd8582](https://github.com/CoCreate-app/CoCreate-api/commit/1fd85822b7a4711cd456661d024ff5a07e5b848a))
7+
* npm publish and cdn deployment ([d367ae4](https://github.com/CoCreate-app/CoCreate-api/commit/d367ae48dc387dccf289cf44acedab8091db7c8f))
8+
19
## [1.0.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.3...v1.0.4) (2021-04-04)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"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. ",
55
"keywords": [
66
"thirdparty-api-intergration",

0 commit comments

Comments
 (0)