Skip to content

Commit

Permalink
bump version to 9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrue committed Sep 11, 2023
1 parent b098586 commit 47eab99
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.1 (Sep 11th, 2023)

- [#383](https://github.com/thoov/mock-socket/pull/383) [BUGFIX] Calling close in the CONNECTING state should not cause onopen to be called #383

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

0 comments on commit 47eab99

Please sign in to comment.