Skip to content

Commit a779bea

Browse files
chore(release): 5.1.0
Diff: 5.0.7...5.1.0
1 parent 670160d commit a779bea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [5.1.0](#510-2023-06-11) (Jun 2023)
34
- [5.0.7](#507-2023-05-24) (May 2023)
45
- [5.0.6](#506-2023-01-16) (Jan 2023)
56
- [5.0.5](#505-2023-01-06) (Jan 2023)
@@ -19,6 +20,15 @@
1920

2021
# Release notes
2122

23+
# [5.1.0](https://github.com/socketio/engine.io-parser/compare/5.0.7...5.1.0) (2023-06-11)
24+
25+
26+
### Features
27+
28+
* implement WebTransport-related encoding/decoding ([bed70a4](https://github.com/socketio/engine.io-parser/commit/bed70a4f2598ebdf96d8ccc1b5d838b1a77a4290))
29+
30+
31+
2232
## [5.0.7](https://github.com/socketio/engine.io-parser/compare/5.0.6...5.0.7) (2023-05-24)
2333

2434
The CommonJS build now includes the TypeScript declarations too, in order to be compatible the "node16" moduleResolution.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-parser",
33
"description": "Parser for the client for the realtime Engine",
44
"license": "MIT",
5-
"version": "5.0.7",
5+
"version": "5.1.0",
66
"main": "./build/cjs/index.js",
77
"module": "./build/esm/index.js",
88
"exports": {

0 commit comments

Comments
 (0)