Skip to content

Commit

Permalink
chore(release): engine.io-client@6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 23, 2024
1 parent 4ca6ddb commit 029e010
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 9 deletions.
16 changes: 16 additions & 0 deletions packages/engine.io-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Release date | Bundle size (UMD min+gzip) |
|-------------------------------------------------------------------------------------------------------------|----------------|----------------------------|
| [6.6.2](#662-2024-10-23) | October 2024 | `8.7 KB` |
| [6.6.1](#661-2024-09-21) | September 2024 | `8.7 KB` |
| [6.6.0](#660-2024-06-21) | June 2024 | `8.6 KB` |
| [6.5.4](#654-2024-06-18) (from the [6.5.x](https://github.com/socketio/engine.io-client/tree/6.5.x) branch) | June 2024 | `8.8 KB` |
Expand Down Expand Up @@ -39,6 +40,21 @@

# Release notes

## [6.6.2](https://github.com/socketio/socket.io/compare/engine.io-client@6.6.1...engine.io-client@6.6.2) (2024-10-23)


### Bug Fixes

* **types:** remove ws type from .d.ts file ([175a2c5](https://github.com/socketio/socket.io/commit/175a2c58c1bc37eb9b87f87df47e1f9388b01d55))
* prevent infinite loop with Node.js built-in WebSocket ([4865f2e](https://github.com/socketio/socket.io/commit/4865f2e62eff9cf59f602e753d9f84159a3139af))


### Dependencies

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



## [6.6.1](https://github.com/socketio/socket.io/compare/engine.io-client@6.6.0...engine.io-client@6.6.1) (2024-09-21)


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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/engine.io-client/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 packages/engine.io-client/dist/engine.io.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/engine.io-client/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.6.1",
"version": "6.6.2",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit 029e010

Please sign in to comment.