Skip to content

Commit b47cf2c

Browse files
chore(release): 1.6.2 [skip ci]
## [1.6.2](v1.6.1...v1.6.2) (2023-01-06) ### Bug Fixes * bump dependencies, worklow [@V3](https://github.com/v3) ([e20678f](e20678f))
1 parent e20678f commit b47cf2c

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.6.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.1...v1.6.2) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies, worklow [@v3](https://github.com/v3) ([e20678f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/e20678fb1496a8b59e7f535cbe2ae20221c988d9))
7+
18
## [1.6.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.6.0...v1.6.1) (2023-01-05)
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.6.1",
3+
"version": "1.6.2",
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.5.4", "@cocreate/uuid": "^1.2.53" },
41-
"devDependencies": { "express": "^4.17.1", "ws": "7.5.9" }
42+
"dependencies": {
43+
"@cocreate/docs": "^1.5.4",
44+
"@cocreate/uuid": "^1.2.53"
45+
},
46+
"devDependencies": {
47+
"express": "^4.17.1",
48+
"ws": "7.5.9"
49+
}
4250
}

0 commit comments

Comments
 (0)