Skip to content

Commit 69d02dd

Browse files
chore(release): 5.2.2
Diff: 5.2.1...5.2.2
1 parent 0305b4a commit 69d02dd

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.2.2](#522-2024-02-05) (Feb 2024)
34
- [5.2.1](#521-2023-08-01) (Aug 2023)
45
- [5.2.0](#520-2023-07-31) (Jul 2023)
56
- [5.1.0](#510-2023-06-11) (Jun 2023)
@@ -22,6 +23,15 @@
2223

2324
# Release notes
2425

26+
## [5.2.2](https://github.com/socketio/engine.io-parser/compare/5.2.1...5.2.2) (2024-02-05)
27+
28+
29+
### Bug Fixes
30+
31+
* **typescript:** properly import the TransformStream type ([0305b4a](https://github.com/socketio/engine.io-parser/commit/0305b4a7a597e0f070ce8ea17106121f9ab369bc))
32+
33+
34+
2535
## [5.2.1](https://github.com/socketio/engine.io-parser/compare/5.2.0...5.2.1) (2023-08-01)
2636

2737
The format of the WebTransport frame has been slightly updated.

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.2.1",
5+
"version": "5.2.2",
66
"main": "./build/cjs/index.js",
77
"module": "./build/esm/index.js",
88
"exports": {

0 commit comments

Comments
 (0)