Skip to content

Commit 83ea926

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.13...v1.5.0) (2022-11-21) ### Bug Fixes * renamed data.data to data.document ([ba27705](ba27705)) * update crud functions to receive an array of objects as the response ([4e2b817](4e2b817)) ### Features * Add @cocreate/element-prototype ([ca92d48](ca92d48))
1 parent ca92d48 commit 83ea926

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.4.13...v1.5.0) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* renamed data.data to data.document ([ba27705](https://github.com/CoCreate-app/CoCreate-api/commit/ba27705c60773631448b04b61adbad2bea0eaa0f))
7+
* update crud functions to receive an array of objects as the response ([4e2b817](https://github.com/CoCreate-app/CoCreate-api/commit/4e2b817c05a0843208b6e57adf055fd37926d875))
8+
9+
10+
### Features
11+
12+
* Add @cocreate/element-prototype ([ca92d48](https://github.com/CoCreate-app/CoCreate-api/commit/ca92d48985897b6eecdac6ef60c4e74462d5fe19))
13+
114
## [1.4.13](https://github.com/CoCreate-app/CoCreate-api/compare/v1.4.12...v1.4.13) (2022-10-02)
215

316

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.4.13",
3+
"version": "1.5.0",
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 attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",

0 commit comments

Comments
 (0)