We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631fc3a commit eab4bf5Copy full SHA for eab4bf5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Mock Socket Changelog
2
3
+### v9.2.1 (Feb 14th, 2023)
4
+
5
+- [#376](https://github.com/thoov/mock-socket/pull/376) Do not normalize data when emitting to socket.io sockets
6
7
### v9.2.0 (Feb 9th, 2023)
8
9
- [#373](https://github.com/thoov/mock-socket/pull/373) Handle proxy events properly
package.json
@@ -1,7 +1,7 @@
{
"name": "mock-socket",
"description": "Javascript mocking library for websockets and socket.io",
- "version": "9.2.0",
+ "version": "9.2.1",
"license": "MIT",
"author": "Travis Hoover",
"main": "./dist/mock-socket",
0 commit comments