Skip to content

Commit 001387a

Browse files
chore(release): 3.1.2
Diff: 3.1.1...3.1.2
1 parent 52483f9 commit 001387a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [3.1.2](https://github.com/socketio/socket.io-emitter/compare/3.1.1...3.1.2) (2020-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **binary:** fix binary events being marked as regular events ([#76](https://github.com/socketio/socket.io-emitter/issues/76)) ([52483f9](https://github.com/socketio/socket.io-emitter/commit/52483f976982f45dc7335280a3ab4a8bf4a80aa9))
7+
* handle missing namespace prefix ([03efd37](https://github.com/socketio/socket.io-emitter/commit/03efd372a0d584c3f44d4bcefd0ba475dd042fa8))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-emitter",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)