Skip to content

Commit 708d5a4

Browse files
chore(release): 1.21.6 [skip ci]
## [1.21.6](v1.21.5...v1.21.6) (2023-11-03) ### Bug Fixes * authorized false condition ([056e59a](056e59a)) * $addToSet.activeHost ([d705f16](d705f16)) * update dependencies to the lates versions ([6260248](6260248)) * update method to use object.update etc ([10e4530](10e4530))
1 parent 6260248 commit 708d5a4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.21.6](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.21.5...v1.21.6) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* authorized false condition ([056e59a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/056e59a41558f3a4a4450aa84ef8043ee1e5922b))
7+
* $addToSet.activeHost ([d705f16](https://github.com/CoCreate-app/CoCreate-socket-server/commit/d705f16ab7bef6bf6c0fe2f5f4d9416b1d9df463))
8+
* update dependencies to the lates versions ([6260248](https://github.com/CoCreate-app/CoCreate-socket-server/commit/62602485421b432ad00ca25712b3798c3a97eeef))
9+
* update method to use object.update etc ([10e4530](https://github.com/CoCreate-app/CoCreate-socket-server/commit/10e4530ea792e7e71bdf79a1c965e94bf2204edf))
10+
111
## [1.21.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.21.4...v1.21.5) (2023-10-26)
212

313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/socket-server",
3-
"version": "1.21.5",
3+
"version": "1.21.6",
44
"description": "CoCreate-socket-server",
55
"keywords": [
66
"cocreate-socket",
@@ -45,4 +45,4 @@
4545
"@cocreate/utils": "^1.26.2",
4646
"ws": "7.5.9"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)