Skip to content

Commit 9c12719

Browse files
chore(release): 1.4.36 [skip ci]
## [1.4.36](v1.4.35...v1.4.36) (2022-12-23) ### Bug Fixes * bump dependnecies ([24d9424](24d9424))
1 parent 24d9424 commit 9c12719

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.36](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.35...v1.4.36) (2022-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependnecies ([24d9424](https://github.com/CoCreate-app/CoCreate-socket-server/commit/24d9424b58fb5e42711ebcc4a19ab2a80e82e044))
7+
18
## [1.4.35](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.34...v1.4.35) (2022-12-22)
29

310

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/socket-server",
3-
"version": "1.4.35",
3+
"version": "1.4.36",
44
"description": "CoCreate-socket-server",
55
"keywords": [
66
"cocreate-socket",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"main": "./src/index",
2527
"scripts": {
2628
"demo": "PORT=5000 node demo/server.js",
@@ -37,6 +39,12 @@
3739
"url": "https://github.com/CoCreate-app/CoCreate-socket-server/issues"
3840
},
3941
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
40-
"dependencies": { "@cocreate/docs": "^1.4.24", "@cocreate/uuid": "^1.2.45" },
41-
"devDependencies": { "express": "^4.17.1", "ws": "7.5.9" }
42+
"dependencies": {
43+
"@cocreate/docs": "^1.4.24",
44+
"@cocreate/uuid": "^1.2.45"
45+
},
46+
"devDependencies": {
47+
"express": "^4.17.1",
48+
"ws": "7.5.9"
49+
}
4250
}

0 commit comments

Comments
 (0)