Skip to content

Commit e7f0375

Browse files
chore(release): 1.0.3
Diff: 1.0.2...1.0.3
1 parent e8b4203 commit e7f0375

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# History
22

3+
- [1.0.3](#103-2023-02-24) (Feb 2023)
34
- [1.0.2](#102-2022-11-01) (Nov 2022)
45
- [1.0.1](#101-2021-07-01) (Jul 2021)
56
- [1.0.0](#100-2021-01-25) (Jan 2021)
67

78
# Release notes
89

10+
## [1.0.3](https://github.com/socketio/socket.io-sticky/compare/1.0.2...1.0.3) (2023-02-24)
11+
12+
13+
### Bug Fixes
14+
15+
* handle case with no available worker ([e8b4203](https://github.com/socketio/socket.io-sticky/commit/e8b4203d18fc9601e05af3457baba49fafdb15f0))
16+
17+
18+
919
## [1.0.2](https://github.com/socketio/socket.io-sticky/compare/1.0.1...1.0.2) (2022-11-01)
1020

1121

@@ -23,7 +33,7 @@
2333
* check if the socket exists in the worker ([7069fbc](https://github.com/socketio/socket.io-sticky/commit/7069fbc5bfbc845556f4a5cb8fd8240a1ef24b0e))
2434

2535

26-
# 1.0.0 (2021-01-25)
36+
## 1.0.0 (2021-01-25)
2737

2838
Initial release
2939

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.2",
3+
"version": "1.0.3",
44
"description": "An alternative to the sticky-session package (https://github.com/indutny/sticky-session)",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)