diff --git a/CHANGELOG.md b/CHANGELOG.md index cab1f098..4bb534d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 39a180b0..0c60ada0 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.2.1", + "version": "9.3.0", "license": "MIT", "author": "Travis Hoover", "main": "./dist/mock-socket",