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 1, 2023
1 parent ed34a45 commit 1097056
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 48 deletions.
16 changes: 16 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-28) (Jun 2023)
- [6.5.0](#650-2023-06-16) (Jun 2023)
- [6.4.0](#640-2023-02-06) (Feb 2023)
Expand Down Expand Up @@ -38,6 +39,21 @@

# Release notes

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


### Bug Fixes

* **webtransport:** add proper framing ([d55c39e](https://github.com/socketio/engine.io-client/commit/d55c39e0ed5cb7b3a34875a398efc111c91184f6))
* **webtransport:** honor the binaryType attribute ([8270e00](https://github.com/socketio/engine.io-client/commit/8270e00d5b865278d136a4d349b344cbc2b38dc5))


### 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-client/compare/6.5.0...6.5.1) (2023-06-28)


Expand Down
4 changes: 2 additions & 2 deletions dist/engine.io.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/engine.io.esm.min.js.map

Large diffs are not rendered by default.

221 changes: 181 additions & 40 deletions dist/engine.io.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/engine.io.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/engine.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/engine.io.min.js.map

Large diffs are not rendered by default.

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-client",
"description": "Client for the realtime Engine",
"license": "MIT",
"version": "6.5.1",
"version": "6.5.2",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit 1097056

Please sign in to comment.