Skip to content

Commit f389467

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.7...v1.4.0) (2022-09-28) ### Bug Fixes * removed getCommonParams as socket applies defaults ([17f0a5d](17f0a5d)) * socket connection refactor ([3fa9e60](3fa9e60)) ### Features * config is accessible from socket.config ([803a08a](803a08a))
1 parent 3fa9e60 commit f389467

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.4.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.3.7...v1.4.0) (2022-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* removed getCommonParams as socket applies defaults ([17f0a5d](https://github.com/CoCreate-app/CoCreate-api/commit/17f0a5daaad506ebe00200e31cea22aa9b0c1ae0))
7+
* socket connection refactor ([3fa9e60](https://github.com/CoCreate-app/CoCreate-api/commit/3fa9e60c6843d0bb0a2b52ee52b38aa0f49150d8))
8+
9+
10+
### Features
11+
12+
* config is accessible from socket.config ([803a08a](https://github.com/CoCreate-app/CoCreate-api/commit/803a08a5e865f3e62ef79b1702391e4bb044be7c))
13+
114
## [1.3.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.3.6...v1.3.7) (2022-09-22)
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.3.7",
3+
"version": "1.4.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)