Skip to content

Commit eab4bf5

Browse files
committed
bump version to 9.2.1
1 parent 631fc3a commit eab4bf5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mock Socket Changelog
22

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+
37
### v9.2.0 (Feb 9th, 2023)
48

59
- [#373](https://github.com/thoov/mock-socket/pull/373) Handle proxy events properly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mock-socket",
33
"description": "Javascript mocking library for websockets and socket.io",
4-
"version": "9.2.0",
4+
"version": "9.2.1",
55
"license": "MIT",
66
"author": "Travis Hoover",
77
"main": "./dist/mock-socket",

0 commit comments

Comments
 (0)