Skip to content

Commit 518bd0b

Browse files
chore(release): 1.0.4
Diff: 1.0.3...1.0.4
1 parent 9f0ac4e commit 518bd0b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# History
22

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

89
# Release notes
910

11+
## [1.0.4](https://github.com/socketio/socket.io-sticky/compare/1.0.3...1.0.4) (2023-08-12)
12+
13+
14+
### Bug Fixes
15+
16+
* cleanup sid to worker map on worker exit ([4b430e7](https://github.com/socketio/socket.io-sticky/commit/4b430e7e9383006e4641e40e8a5082156ed862a4))
17+
* properly detect requests without body ([ac7bb8e](https://github.com/socketio/socket.io-sticky/commit/ac7bb8e851d6a458736281568ed6946c512e4251))
18+
19+
20+
1021
## [1.0.3](https://github.com/socketio/socket.io-sticky/compare/1.0.2...1.0.3) (2023-02-24)
1122

1223

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.3",
3+
"version": "1.0.4",
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)