Skip to content

Commit

Permalink
version bump to 9.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrue committed Jun 7, 2022
1 parent 78632a1 commit 34954c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Mock Socket Changelog

### v9.1.5 (June 5th, 2022)

- [#362](https://github.com/thoov/mock-socket/pull/362) [BUGFIX] Event handler getters should return a single function

### v9.1.4 (May 25th, 2022)

- [#298](https://github.com/thoov/mock-socket/pull/298) close listener of the socket isn't called when client close
- [#298](https://github.com/thoov/mock-socket/pull/298) [BUGFIX] close listener of the socket isn't called when client close

### v9.1.3 (April 20th, 2022)

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

0 comments on commit 34954c8

Please sign in to comment.