Skip to content

Commit

Permalink
bump version to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrue committed Feb 14, 2023
1 parent 631fc3a commit eab4bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Mock Socket Changelog

### v9.2.1 (Feb 14th, 2023)

- [#376](https://github.com/thoov/mock-socket/pull/376) Do not normalize data when emitting to socket.io sockets

### v9.2.0 (Feb 9th, 2023)

- [#373](https://github.com/thoov/mock-socket/pull/373) Handle proxy events properly
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit eab4bf5

Please sign in to comment.