Skip to content

Commit d565b0f

Browse files
chore(release): 1.0.15 [skip ci]
## [1.0.15](v1.0.14...v1.0.15) (2021-06-23) ### Bug Fixes * package.json syntax error ([49528bb](49528bb)) * update to new crud.save and crud.read ([28b967b](28b967b))
1 parent 49528bb commit d565b0f

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.15](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.14...v1.0.15) (2021-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* package.json syntax error ([49528bb](https://github.com/CoCreate-app/CoCreate-api/commit/49528bb006aff9d66430b5211da3e20c63519467))
7+
* update to new crud.save and crud.read ([28b967b](https://github.com/CoCreate-app/CoCreate-api/commit/28b967b3d7774ff2f4ba4ae56885bb787e5ad5ed))
8+
19
## [1.0.14](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.13...v1.0.14) (2021-06-16)
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.14",
3+
"version": "1.0.15",
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)