Skip to content

Commit 9c191ae

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.12...v1.16.0) (2023-11-19) ### Bug Fixes * removed dead code ([0664289](0664289)) ### Features * update dependecies for th latest features and bug fixes ([9cf019c](9cf019c))
1 parent 9cf019c commit 9c191ae

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.16.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.12...v1.16.0) (2023-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* removed dead code ([0664289](https://github.com/CoCreate-app/CoCreate-api/commit/06642893d1f77217b23960eabc99cd657b84470a))
7+
8+
9+
### Features
10+
11+
* update dependecies for th latest features and bug fixes ([9cf019c](https://github.com/CoCreate-app/CoCreate-api/commit/9cf019c4072a0881781006b7530205ca9ea62524))
12+
113
## [1.15.12](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.11...v1.15.12) (2023-11-12)
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.15.12",
3+
"version": "1.16.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.33.1",
6767
"@cocreate/utils": "^1.27.4"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)