diff --git a/CHANGELOG.md b/CHANGELOG.md index b178ad39..49115cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.3.5](https://github.com/socketio/socket.io-parser/compare/3.3.4...3.3.5) (2026-03-17) + + +### Bug Fixes + +* add a limit to the number of binary attachments ([9d39f1f](https://github.com/socketio/socket.io/commit/9d39f1f080510f036782f2177fac701cc041faaf)) + + + ## [3.3.4](https://github.com/Automattic/socket.io-parser/compare/3.3.3...3.3.4) (2024-07-22) diff --git a/package.json b/package.json index 31c83e87..c9aa80e0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "socket.io-parser", - "version": "3.3.4", + "version": "3.3.5", "description": "socket.io protocol parser", "repository": { "type": "git", - "url": "https://github.com/Automattic/socket.io-parser.git" + "url": "git+https://github.com/socketio/socket.io.git" }, "files": [ "binary.js",