Skip to content

Commit 164ba2a

Browse files
chore(release): 4.2.4
Diff: 4.2.3...4.2.4
1 parent b0e6400 commit 164ba2a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2023
44

5+
- [4.2.4](#424-2023-05-31) (May 2023)
56
- [3.4.3](#343-2023-05-22) (May 2023) (from the [3.4.x](https://github.com/socketio/socket.io-parser/tree/3.4.x) branch)
67
- [4.2.3](#423-2023-05-22) (May 2023)
78
- [4.2.2](#422-2023-01-19) (Jan 2023)
@@ -43,6 +44,16 @@
4344

4445
# Release notes
4546

47+
## [4.2.4](https://github.com/socketio/socket.io-parser/compare/4.2.3...4.2.4) (2023-05-31)
48+
49+
50+
### Bug Fixes
51+
52+
* ensure reserved events cannot be used as event names ([d9db473](https://github.com/socketio/socket.io-parser/commit/d9db4737a3c8ce5f1f49ecc8d928a74f3da591f7))
53+
* properly detect plain objects ([b0e6400](https://github.com/socketio/socket.io-parser/commit/b0e6400c93b5c4aa25e6a629d6448b8627275213))
54+
55+
56+
4657
## [3.4.3](https://github.com/socketio/socket.io-parser/compare/3.4.2...3.4.3) (2023-05-22)
4758

4859

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-parser",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "socket.io protocol parser",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)