Skip to content

Commit

Permalink
Merge pull request #350 from thoov/version-bump-9.1.0
Browse files Browse the repository at this point in the history
Version bump to 9.1.0
  • Loading branch information
Atrue authored Jan 13, 2022
2 parents 54ba9ce + 36f4234 commit 6998be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Mock Socket Changelog

### v9.1.0 (January 13th, 2022)

- [#348](https://github.com/thoov/mock-socket/pull/348) [BUGFIX] Address misspelling of cancelBuble
- [#349](https://github.com/thoov/mock-socket/pull/349) add mock options param to prevent stubbing global

### v9.0.8 (November 15th, 2021)

- [#343](https://github.com/thoov/mock-socket/pull/343) trim query params for attachServer method lookup
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.0.8",
"version": "9.1.0",
"license": "MIT",
"author": "Travis Hoover",
"main": "./dist/mock-socket",
Expand Down

0 comments on commit 6998be2

Please sign in to comment.