Skip to content

Commit e6b8697

Browse files
committedJan 7, 2021
chore(release): 2.4.1
Diff: 2.4.0...2.4.1
1 parent a169050 commit e6b8697

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.4.1](https://github.com/socketio/socket.io/compare/2.4.0...2.4.1) (2021-01-07)
2+
3+
4+
### Reverts
5+
6+
* fix(security): do not allow all origins by default ([a169050](https://github.com/socketio/socket.io/commit/a1690509470e9dd5559cec4e60908ca6c23e9ba0))
7+
8+
19
# [2.4.0](https://github.com/socketio/socket.io/compare/2.3.0...2.4.0) (2021-01-04)
210

311

‎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",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",

0 commit comments

Comments
 (0)
Please sign in to comment.