Skip to content

Commit

Permalink
chore(release): 3.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 30, 2020
1 parent 54bf4a4 commit 02951c4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [3.0.0-rc4](https://github.com/socketio/socket.io/compare/3.0.0-rc3...3.0.0-rc4) (2020-10-30)


### Features

* emit an Error object upon middleware error ([54bf4a4](https://github.com/socketio/socket.io/commit/54bf4a44e9e896dfb64764ee7bd4e8823eb7dc7b))
* serve msgpack bundle ([aa7574f](https://github.com/socketio/socket.io/commit/aa7574f88471aa30ae472a5cddf1000a8baa70fd))



# [3.0.0-rc3](https://github.com/socketio/socket.io/compare/3.0.0-rc2...3.0.0-rc3) (2020-10-26)


Expand Down
24 changes: 12 additions & 12 deletions client-dist/socket.io.js

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

2 changes: 1 addition & 1 deletion client-dist/socket.io.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client-dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client-dist/socket.io.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client-dist/socket.io.msgpack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client-dist/socket.io.msgpack.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "3.0.0-rc3",
"version": "3.0.0-rc4",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand Down Expand Up @@ -54,7 +54,7 @@
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"prettier": "^1.19.1",
"socket.io-client": "3.0.0-rc3",
"socket.io-client": "3.0.0-rc4",
"superagent": "^3.8.2",
"supertest": "^3.0.0",
"ts-node": "^9.0.0",
Expand Down

0 comments on commit 02951c4

Please sign in to comment.