Skip to content

Commit 56fc572

Browse files
chore(release): 1.0.1
Diff: 1.0.0...1.0.1
1 parent 983149f commit 56fc572

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/socketio/socket.io-sticky/compare/1.0.0...1.0.1) (2021-07-01)
2+
3+
4+
### Bug Fixes
5+
6+
* check if the socket exists in the worker ([7069fbc](https://github.com/socketio/socket.io-sticky/commit/7069fbc5bfbc845556f4a5cb8fd8240a1ef24b0e))
7+
8+
19
# 1.0.0 (2021-01-25)
210

311
Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/sticky",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An alternative to the sticky-session package (https://github.com/indutny/sticky-session)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)