Skip to content

Commit

Permalink
chore(release): 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 5, 2024
1 parent 0305b4a commit 69d02dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# History

- [5.2.2](#522-2024-02-05) (Feb 2024)
- [5.2.1](#521-2023-08-01) (Aug 2023)
- [5.2.0](#520-2023-07-31) (Jul 2023)
- [5.1.0](#510-2023-06-11) (Jun 2023)
Expand All @@ -22,6 +23,15 @@

# Release notes

## [5.2.2](https://github.com/socketio/engine.io-parser/compare/5.2.1...5.2.2) (2024-02-05)


### Bug Fixes

* **typescript:** properly import the TransformStream type ([0305b4a](https://github.com/socketio/engine.io-parser/commit/0305b4a7a597e0f070ce8ea17106121f9ab369bc))



## [5.2.1](https://github.com/socketio/engine.io-parser/compare/5.2.0...5.2.1) (2023-08-01)

The format of the WebTransport frame has been slightly updated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"license": "MIT",
"version": "5.2.1",
"version": "5.2.2",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit 69d02dd

Please sign in to comment.