Skip to content

Commit 4002c8d

Browse files
chore(release): 1.20.0 [skip ci]
# [1.20.0](v1.19.5...v1.20.0) (2023-10-19) ### Bug Fixes * delete data.socket ([4fd38ff](4fd38ff)) * improved error handling ([04be91f](04be91f)) ### Features * delay user deletion for potential reconnect ([34e3a14](34e3a14)) * If authinticated emit 'notification.user' ([ac4779f](ac4779f))
1 parent 4fd38ff commit 4002c8d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.19.5...v1.20.0) (2023-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* delete data.socket ([4fd38ff](https://github.com/CoCreate-app/CoCreate-socket-server/commit/4fd38ffd9989502955eb73d7d21f90102ea41e69))
7+
* improved error handling ([04be91f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/04be91ffcc62c7270fc83cbb1c755125485496fb))
8+
9+
10+
### Features
11+
12+
* delay user deletion for potential reconnect ([34e3a14](https://github.com/CoCreate-app/CoCreate-socket-server/commit/34e3a143776a0e67f8cea56ab2f0334a1e349df2))
13+
* If authinticated emit 'notification.user' ([ac4779f](https://github.com/CoCreate-app/CoCreate-socket-server/commit/ac4779f0773e5f9b906390648c536e654cc1f40a))
14+
115
## [1.19.5](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.19.4...v1.19.5) (2023-10-16)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/socket-server",
3-
"version": "1.19.5",
3+
"version": "1.20.0",
44
"description": "CoCreate-socket-server",
55
"keywords": [
66
"cocreate-socket",

0 commit comments

Comments
 (0)