Skip to content

Commit be688fa

Browse files
chore(release): 1.19.0 [skip ci]
# [1.19.0](v1.18.2...v1.19.0) (2024-01-08) ### Bug Fixes * applied host to define environment/branch ([93d0288](93d0288)) ### Features * bumped CoCreate dependencies to their latest versions ([c4e4a48](c4e4a48))
1 parent c4e4a48 commit be688fa

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.18.2...v1.19.0) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* applied host to define environment/branch ([93d0288](https://github.com/CoCreate-app/CoCreate-api/commit/93d028877f4c2bdccc6c02ee7435620c8c8b2bab))
7+
8+
9+
### Features
10+
11+
* bumped CoCreate dependencies to their latest versions ([c4e4a48](https://github.com/CoCreate-app/CoCreate-api/commit/c4e4a4826419af23da119063be0e56eb9fcc3ff9))
12+
113
## [1.18.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.18.1...v1.18.2) (2023-12-09)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.18.2",
3+
"version": "1.19.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",
@@ -66,4 +66,4 @@
6666
"@cocreate/socket-client": "^1.36.1",
6767
"@cocreate/utils": "^1.30.0"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)