Skip to content

Commit

Permalink
bump version to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrue committed Sep 5, 2023
1 parent 2f0f466 commit df592e1
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.3.0 (Sep 5th, 2023)

- [#382](https://github.com/thoov/mock-socket/pull/382) The send() method now only throws when the socket is in the CONNECTING state

### 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
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.1",
"version": "9.3.0",
"license": "MIT",
"author": "Travis Hoover",
"main": "./dist/mock-socket",
Expand Down

0 comments on commit df592e1

Please sign in to comment.