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 0939395 commit ffa2804
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 21 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [3.0.0-rc4](https://github.com/socketio/socket.io-client/compare/3.0.0-rc3...3.0.0-rc4) (2020-10-30)


### Features

* emit an Error object upon middleware error ([0939395](https://github.com/socketio/socket.io-client/commit/09393952e3397a0c71f239ea983f8ec1623b7c21))



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


Expand Down
24 changes: 12 additions & 12 deletions 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 dist/socket.io.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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-client",
"version": "3.0.0-rc3",
"version": "3.0.0-rc4",
"keywords": [
"realtime",
"framework",
Expand Down Expand Up @@ -54,7 +54,7 @@
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"prettier": "^2.1.2",
"socket.io": "3.0.0-rc3",
"socket.io": "3.0.0-rc4",
"socket.io-browsers": "^1.0.0",
"socket.io-msgpack-parser": "^3.0.0",
"text-blob-builder": "0.0.1",
Expand Down

0 comments on commit ffa2804

Please sign in to comment.