From 34954c8ddad367e5fbbc6e01b214d5554aafd8d3 Mon Sep 17 00:00:00 2001 From: Atrue Date: Tue, 7 Jun 2022 11:28:10 +0300 Subject: [PATCH] version bump to 9.1.5 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404b9341..e6a77345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9b3eb164..0f21b54d 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.1.4", + "version": "9.1.5", "license": "MIT", "author": "Travis Hoover", "main": "./dist/mock-socket",