Skip to content

Commit 0f75c5d

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.0...v1.18.0) (2023-11-25) ### Bug Fixes * update licensing details ([7ba9214](7ba9214)) ### Features * upgrade dependencies for latest features and fixes ([22a8e3a](22a8e3a))
1 parent 22a8e3a commit 0f75c5d

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.18.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.17.0...v1.18.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update licensing details ([7ba9214](https://github.com/CoCreate-app/CoCreate-api/commit/7ba9214f494a5ae71e056853edb6bb730e6d666d))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([22a8e3a](https://github.com/CoCreate-app/CoCreate-api/commit/22a8e3ae85d8f73d203978ca9a3529e6d7babc94))
12+
113
# [1.17.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.16.0...v1.17.0) (2023-11-25)
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.17.0",
3+
"version": "1.18.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.35.0",
6767
"@cocreate/utils": "^1.29.0"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)