Skip to content

Commit f59a376

Browse files
chore(release): 1.0.2
Diff: 1.0.1...1.0.2
1 parent bab550b commit f59a376

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# History
2+
3+
- [1.0.2](#102-2022-11-01) (Nov 2022)
4+
- [1.0.1](#101-2021-07-01) (Jul 2021)
5+
- [1.0.0](#100-2021-01-25) (Jan 2021)
6+
7+
# Release notes
8+
9+
## [1.0.2](https://github.com/socketio/socket.io-sticky/compare/1.0.1...1.0.2) (2022-11-01)
10+
11+
12+
### Bug Fixes
13+
14+
* properly handle large request body ([a124d0b](https://github.com/socketio/socket.io-sticky/commit/a124d0beb5c1b78be5b75f10153859a9e4672862))
15+
16+
17+
118
## [1.0.1](https://github.com/socketio/socket.io-sticky/compare/1.0.0...1.0.1) (2021-07-01)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/sticky",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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)