Skip to content

Commit 4e3991f

Browse files
chore(release): 2.5.1
Diff: 2.5.0...2.5.1
1 parent 99b0f18 commit 4e3991f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [2.5.1](#251-2023-01-06) (Jan 2023)
34
- [2.5.0](#250-2023-01-06) (Jan 2023)
45
- [2.4.0](#240-2022-03-30) (Mar 2022)
56
- [2.3.3](#233-2021-11-16) (Nov 2021)
@@ -17,6 +18,14 @@
1718

1819
# Release notes
1920

21+
## [2.5.1](https://github.com/socketio/socket.io-adapter/compare/2.5.0...2.5.1) (2023-01-06)
22+
23+
24+
### Bug Fixes
25+
26+
* properly precompute the WebSocket frames ([99b0f18](https://github.com/socketio/socket.io-adapter/commit/99b0f188194b58a213682d564607913a447279e3))
27+
28+
2029

2130
## [2.5.0](https://github.com/socketio/socket.io-adapter/compare/2.4.0...2.5.0) (2023-01-06)
2231

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)