Skip to content

Commit 17bc1d6

Browse files
chore(release): socket.io-parser@3.3.5
1 parent 2ba71db commit 17bc1d6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.3.5](https://github.com/socketio/socket.io-parser/compare/3.3.4...3.3.5) (2026-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add a limit to the number of binary attachments ([9d39f1f](https://github.com/socketio/socket.io/commit/9d39f1f080510f036782f2177fac701cc041faaf))
7+
8+
9+
110
## [3.3.4](https://github.com/Automattic/socket.io-parser/compare/3.3.3...3.3.4) (2024-07-22)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "socket.io-parser",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "socket.io protocol parser",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/Automattic/socket.io-parser.git"
7+
"url": "git+https://github.com/socketio/socket.io.git"
88
},
99
"files": [
1010
"binary.js",

0 commit comments

Comments
 (0)