Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Aug 12, 2023
1 parent 9f0ac4e commit 518bd0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# History

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

# Release notes

## [1.0.4](https://github.com/socketio/socket.io-sticky/compare/1.0.3...1.0.4) (2023-08-12)


### Bug Fixes

* cleanup sid to worker map on worker exit ([4b430e7](https://github.com/socketio/socket.io-sticky/commit/4b430e7e9383006e4641e40e8a5082156ed862a4))
* properly detect requests without body ([ac7bb8e](https://github.com/socketio/socket.io-sticky/commit/ac7bb8e851d6a458736281568ed6946c512e4251))



## [1.0.3](https://github.com/socketio/socket.io-sticky/compare/1.0.2...1.0.3) (2023-02-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/sticky",
"version": "1.0.3",
"version": "1.0.4",
"description": "An alternative to the sticky-session package (https://github.com/indutny/sticky-session)",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 518bd0b

Please sign in to comment.