diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb534d8..a3d361df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0c60ada0..65354372 100644 --- a/package.json +++ b/package.json @@ -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",