Skip to content

Commit

Permalink
chore(release): 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Aug 2, 2023
1 parent a306db0 commit 12ca32b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2023

- [6.5.2](#652-2023-08-01) (Aug 2023)
- [6.5.1](#651-2023-06-27) (Jun 2023)
- [6.5.0](#650-2023-06-16) (Jun 2023)
- [6.4.2](#642-2023-05-02) (May 2023)
Expand Down Expand Up @@ -49,6 +50,20 @@

# Release notes

## [6.5.2](https://github.com/socketio/engine.io/compare/6.5.1...6.5.2) (2023-08-01)


### Bug Fixes

* **webtransport:** add proper framing ([a306db0](https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c))


### Dependencies

- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)



## [6.5.1](https://github.com/socketio/engine.io/compare/6.5.0...6.5.1) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "6.5.1",
"version": "6.5.2",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"type": "commonjs",
"main": "./build/engine.io.js",
Expand Down

0 comments on commit 12ca32b

Please sign in to comment.