Skip to content

Commit b38dfcf

Browse files
chore(release): 3.2.0
Diff: 3.1.1...3.2.0
1 parent 4ad26ee commit b38dfcf

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# [3.2.0](https://github.com/socketio/socket.io-emitter/compare/3.1.1...3.2.0) (2020-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* handle missing namespace prefix ([03efd37](https://github.com/socketio/socket.io-emitter/commit/03efd372a0d584c3f44d4bcefd0ba475dd042fa8))
7+
8+
9+
10+
## [3.1.1](https://github.com/socketio/socket.io-emitter/compare/3.1.0...3.1.1) (2017-10-12)
11+
12+
13+
14+
# [3.1.0](https://github.com/socketio/socket.io-emitter/compare/3.0.1...3.1.0) (2017-08-03)
15+
16+
17+
### Features
18+
19+
* add support for arraybuffer ([2672758](https://github.com/socketio/socket.io-emitter/commit/267275838034bd2016395c05a449b16f9ad29f20))
20+
21+
22+
23+
## [3.0.1](https://github.com/socketio/socket.io-emitter/compare/3.0.0...3.0.1) (2017-05-13)
24+
25+
26+
27+
# [3.0.0](https://github.com/socketio/socket.io-emitter/compare/2.0.0...3.0.0) (2017-05-13)
28+
29+
30+
### Features
31+
32+
* make `of` return a new Emitter instance ([a3cbc84](https://github.com/socketio/socket.io-emitter/commit/a3cbc84b58d7acbb45ecd04c9d9d31e51e5750aa))
33+
* make the module compatible with socket.io-redis 5.x ([119b3e6](https://github.com/socketio/socket.io-emitter/commit/119b3e68a45cdb6ad10a8e0c7f33a0d13fe48d0b)) (by @v4l3r10)
34+
35+
36+
37+
# [2.0.0](https://github.com/socketio/socket.io-emitter/compare/1.1.0...2.0.0) (2017-01-12)
38+
39+
40+
41+
# [1.1.0](https://github.com/socketio/socket.io-emitter/compare/1.0.0...1.1.0) (2017-01-12)
42+
43+
44+
45+
# [1.0.0](https://github.com/socketio/socket.io-emitter/compare/0.3.0...1.0.0) (2015-12-10)
46+
47+
48+
49+
# [0.3.0](https://github.com/socketio/socket.io-emitter/compare/0.2.0...0.3.0) (2015-12-09)
50+
51+
52+
53+
# [0.2.0](https://github.com/socketio/socket.io-emitter/compare/0.1.0...0.2.0) (2014-06-07)

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.2.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)