Skip to content

Commit bbaced9

Browse files
chore(release): 1.4.3 [skip ci]
## [1.4.3](v1.4.2...v1.4.3) (2022-11-21) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([fc63f1a](fc63f1a)) * emit userStatus was in wrong location preventing it from firing ([3978852](3978852)) * status renamed to userStatus ([7400b16](7400b16))
1 parent fc63f1a commit bbaced9

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.2...v1.4.3) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* bump [@cocreate](https://github.com/cocreate) dependencies ([fc63f1a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/fc63f1a7474206a12cc4450eeaee869c43ee8d11))
7+
* emit userStatus was in wrong location preventing it from firing ([3978852](https://github.com/CoCreate-app/CoCreate-socket-server/commit/3978852bdee59ca1f2d7913bb8ad4961c83c4f35))
8+
* status renamed to userStatus ([7400b16](https://github.com/CoCreate-app/CoCreate-socket-server/commit/7400b160d3779e8b56fe8f8a72e4dab58ba97052))
9+
110
## [1.4.2](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.4.1...v1.4.2) (2022-10-01)
211

312

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.2",
3+
"version": "1.4.3",
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.3.21", "@cocreate/uuid": "^1.2.18" },
41-
"devDependencies": { "express": "^4.17.1", "ws": "7.5.9" }
42+
"dependencies": {
43+
"@cocreate/docs": "^1.3.21",
44+
"@cocreate/uuid": "^1.2.18"
45+
},
46+
"devDependencies": {
47+
"express": "^4.17.1",
48+
"ws": "7.5.9"
49+
}
4250
}

0 commit comments

Comments
 (0)