Skip to content

Commit 9d772e3

Browse files
chore(release): 6.2.3
Diff: 6.2.2...6.2.3
1 parent 99925a4 commit 9d772e3

8 files changed

+52
-13
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# History
2+
3+
- [6.2.3](#623-2022-10-13) (2022-10-13)
4+
- [6.2.2](#622-2022-05-02) (2022-05-02)
5+
- [6.2.1](#621-2022-04-17) (2022-04-17)
6+
- [6.2.0](#620-2022-04-17) (2022-04-17)
7+
- [6.0.3](#603-2021-11-14) (2021-11-14) (from the [6.0.x](https://github.com/socketio/engine.io-client/tree/6.0.x) branch)
8+
- [6.1.1](#611-2021-11-14) (2021-11-14)
9+
- [6.1.0](#610-2021-11-08) (2021-11-08)
10+
- [6.0.2](#602-2021-10-15) (2021-10-15)
11+
- [6.0.1](#601-2021-10-14) (2021-10-14)
12+
- [6.0.0](#600-2021-10-08) (2021-10-08)
13+
- [5.2.0](#520-2021-08-29) (2021-08-29)
14+
- [5.1.2](#512-2021-06-24) (2021-06-24)
15+
- [5.1.1](#511-2021-05-11) (2021-05-11)
16+
- [4.1.4](#414-2021-05-05) (2021-05-05) (from the [4.1.x](https://github.com/socketio/engine.io-client/tree/4.1.x) branch)
17+
- [3.5.2](#352-2021-05-05) (2021-05-05) (from the [3.5.x](https://github.com/socketio/engine.io-client/tree/3.5.x) branch)
18+
- [5.1.0](#510-2021-05-04) (2021-05-04)
19+
- [5.0.1](#501-2021-03-31) (2021-03-31)
20+
- [5.0.0](#500-2021-03-10) (2021-03-10)
21+
- [3.5.1](#351-2021-03-02) (2021-03-02) (from the [3.5.x](https://github.com/socketio/engine.io-client/tree/3.5.x) branch)
22+
- [4.1.2](#412-2021-02-25) (2021-02-25)
23+
- [4.1.1](#411-2021-02-02) (2021-02-02)
24+
- [4.1.0](#410-2021-01-14) (2021-01-14)
25+
26+
# Release notes
27+
28+
## [6.2.3](https://github.com/socketio/engine.io-client/compare/6.2.2...6.2.3) (2022-10-13)
29+
30+
31+
### Bug Fixes
32+
33+
* properly clear "beforeunload" event listener ([99925a4](https://github.com/socketio/engine.io-client/commit/99925a47750f66d2ad36313243545181512579ee))
34+
35+
36+
137
## [6.2.2](https://github.com/socketio/engine.io-client/compare/6.2.1...6.2.2) (2022-05-02)
238

339

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.

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.

dist/engine.io.js

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

dist/engine.io.js.map

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

dist/engine.io.min.js

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

dist/engine.io.min.js.map

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-client",
33
"description": "Client for the realtime Engine",
44
"license": "MIT",
5-
"version": "6.2.2",
5+
"version": "6.2.3",
66
"main": "./build/cjs/index.js",
77
"module": "./build/esm/index.js",
88
"exports": {

0 commit comments

Comments
 (0)