Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Dec 29, 2020
1 parent 4ad26ee commit b38dfcf
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# [3.2.0](https://github.com/socketio/socket.io-emitter/compare/3.1.1...3.2.0) (2020-12-29)


### Bug Fixes

* handle missing namespace prefix ([03efd37](https://github.com/socketio/socket.io-emitter/commit/03efd372a0d584c3f44d4bcefd0ba475dd042fa8))



## [3.1.1](https://github.com/socketio/socket.io-emitter/compare/3.1.0...3.1.1) (2017-10-12)



# [3.1.0](https://github.com/socketio/socket.io-emitter/compare/3.0.1...3.1.0) (2017-08-03)


### Features

* add support for arraybuffer ([2672758](https://github.com/socketio/socket.io-emitter/commit/267275838034bd2016395c05a449b16f9ad29f20))



## [3.0.1](https://github.com/socketio/socket.io-emitter/compare/3.0.0...3.0.1) (2017-05-13)



# [3.0.0](https://github.com/socketio/socket.io-emitter/compare/2.0.0...3.0.0) (2017-05-13)


### Features

* make `of` return a new Emitter instance ([a3cbc84](https://github.com/socketio/socket.io-emitter/commit/a3cbc84b58d7acbb45ecd04c9d9d31e51e5750aa))
* make the module compatible with socket.io-redis 5.x ([119b3e6](https://github.com/socketio/socket.io-emitter/commit/119b3e68a45cdb6ad10a8e0c7f33a0d13fe48d0b)) (by @v4l3r10)



# [2.0.0](https://github.com/socketio/socket.io-emitter/compare/1.1.0...2.0.0) (2017-01-12)



# [1.1.0](https://github.com/socketio/socket.io-emitter/compare/1.0.0...1.1.0) (2017-01-12)



# [1.0.0](https://github.com/socketio/socket.io-emitter/compare/0.3.0...1.0.0) (2015-12-10)



# [0.3.0](https://github.com/socketio/socket.io-emitter/compare/0.2.0...0.3.0) (2015-12-09)



# [0.2.0](https://github.com/socketio/socket.io-emitter/compare/0.1.0...0.2.0) (2014-06-07)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-emitter",
"version": "3.1.1",
"version": "3.2.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b38dfcf

Please sign in to comment.