Skip to content

Commit c251ae7

Browse files
1 parent 8a2f5a3 commit c251ae7

10 files changed

+424
-405
lines changed

CONTRIBUTING.md

+15
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,18 @@ For a specific workspace:
150150
```bash
151151
npm test --workspace=socket.io
152152
```
153+
154+
### Generate the changelog
155+
156+
Install the [`conventional-changelog-cli`](https://www.npmjs.com/package/conventional-changelog-cli) package:
157+
158+
```bash
159+
npm i -g conventional-changelog-cli
160+
```
161+
162+
Then run:
163+
164+
```bash
165+
cd packages/engine.io-client
166+
conventional-changelog -p angular --tag-prefix "engine.io-client@" --commit-path .
167+
```

packages/engine.io-client/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date | Bundle size (UMD min+gzip) |
44
|-------------------------------------------------------------------------------------------------------------|----------------|----------------------------|
5+
| [6.6.1](#661-2024-09-21) | September 2024 | `8.7 KB` |
56
| [6.6.0](#660-2024-06-21) | June 2024 | `8.6 KB` |
67
| [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` |
78
| [3.5.4](#354-2024-06-18) (from the [3.5.x](https://github.com/socketio/engine.io-client/tree/3.5.x) branch) | June 2024 | `-` |
@@ -38,6 +39,27 @@
3839

3940
# Release notes
4041

42+
## [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)
43+
44+
45+
### Bug Fixes
46+
47+
* move 'offline' event listener at the top ([8a2f5a3](https://github.com/socketio/socket.io/commit/8a2f5a3da0addb386e7a0f4970e1a9696b82797e))
48+
* only remove the event listener if it exists ([9b3c9ab](https://github.com/socketio/socket.io/commit/9b3c9abecab028822357beb6e2b502f548e312eb)), closes [/github.com/socketio/socket.io/issues/5088#issuecomment-2217202350](https://github.com//github.com/socketio/socket.io/issues/5088/issues/issuecomment-2217202350)
49+
* do not send a packet on an expired connection ([#5134](https://github.com/socketio/socket.io/issues/5134)) ([8adcfbf](https://github.com/socketio/socket.io/commit/8adcfbfde50679095ec2abe376650cf2b6814325))
50+
51+
52+
### Performance Improvements
53+
54+
* do not reset the heartbeat timer on each packet ([7a23dde](https://github.com/socketio/socket.io/commit/7a23dde6efff3079edeeda951fe0ee25516da833))
55+
56+
57+
### Dependencies
58+
59+
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)
60+
61+
62+
4163
## [6.6.0](https://github.com/socketio/engine.io-client/compare/6.5.3...6.6.0) (2024-06-21)
4264

4365

packages/engine.io-client/dist/engine.io.esm.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/engine.io-client/dist/engine.io.esm.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)