Skip to content

Commit c0b7e14

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.12...v1.7.0) (2023-02-11) ### Features * getData and setData functions, added @cocreate/utils functions getValueFromObject, dotNotationToObject ([88e8170](88e8170)) * spport realtime api request. defaults to true ([21f9621](21f9621))
1 parent 21f9621 commit c0b7e14

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.7.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.6.12...v1.7.0) (2023-02-11)
2+
3+
4+
### Features
5+
6+
* getData and setData functions, added @cocreate/utils functions getValueFromObject, dotNotationToObject ([88e8170](https://github.com/CoCreate-app/CoCreate-api/commit/88e81703f3138c80b3060e07ccf428a19c09f381))
7+
* spport realtime api request. defaults to true ([21f9621](https://github.com/CoCreate-app/CoCreate-api/commit/21f9621b6a4e724f4b21539521df38214183b871))
8+
19
## [1.6.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.6.11...v1.6.12) (2023-02-01)
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.6.12",
3+
"version": "1.7.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)