Skip to content

Commit 828d447

Browse files
chore(release): 6.3.1
Diff: 6.3.0...6.3.1
1 parent 37d7a0a commit 828d447

File tree

8 files changed

+554
-226
lines changed

8 files changed

+554
-226
lines changed

CHANGELOG.md

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,51 @@
22

33
## 2023
44

5-
- [6.3.0](#63O-2023-01-10) (2023-01-10)
5+
- [6.3.1](#631-2023-02-04) (Feb 2023)
6+
- [6.3.0](#63O-2023-01-10) (Jan 2023)
67

78
## 2022
89

9-
- [6.2.3](#623-2022-10-13) (2022-10-13)
10-
- [6.2.2](#622-2022-05-02) (2022-05-02)
11-
- [6.2.1](#621-2022-04-17) (2022-04-17)
12-
- [6.2.0](#620-2022-04-17) (2022-04-17)
10+
- [6.2.3](#623-2022-10-13) (Oct 2022)
11+
- [6.2.2](#622-2022-05-02) (May 2022)
12+
- [6.2.1](#621-2022-04-17) (Apr 2022)
13+
- [6.2.0](#620-2022-04-17) (Apr 2022)
1314

1415
## 2021
1516

16-
- [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)
17-
- [6.1.1](#611-2021-11-14) (2021-11-14)
18-
- [6.1.0](#610-2021-11-08) (2021-11-08)
19-
- [6.0.2](#602-2021-10-15) (2021-10-15)
20-
- [6.0.1](#601-2021-10-14) (2021-10-14)
21-
- [**6.0.0**](#600-2021-10-08) (2021-10-08)
22-
- [5.2.0](#520-2021-08-29) (2021-08-29)
23-
- [5.1.2](#512-2021-06-24) (2021-06-24)
24-
- [5.1.1](#511-2021-05-11) (2021-05-11)
25-
- [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)
26-
- [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)
27-
- [5.1.0](#510-2021-05-04) (2021-05-04)
28-
- [5.0.1](#501-2021-03-31) (2021-03-31)
29-
- [**5.0.0**](#500-2021-03-10) (2021-03-10)
30-
- [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)
31-
- [4.1.2](#412-2021-02-25) (2021-02-25)
32-
- [4.1.1](#411-2021-02-02) (2021-02-02)
33-
- [4.1.0](#410-2021-01-14) (2021-01-14)
17+
- [6.0.3](#603-2021-11-14) (Nov 2021) (from the [6.0.x](https://github.com/socketio/engine.io-client/tree/6.0.x) branch)
18+
- [6.1.1](#611-2021-11-14) (Nov 2021)
19+
- [6.1.0](#610-2021-11-08) (Nov 2021)
20+
- [6.0.2](#602-2021-10-15) (Oct 2021)
21+
- [6.0.1](#601-2021-10-14) (Oct 2021)
22+
- [**6.0.0**](#600-2021-10-08) (Oct 2021)
23+
- [5.2.0](#520-2021-08-29) (Aug 2021)
24+
- [5.1.2](#512-2021-06-24) (Jun 2021)
25+
- [5.1.1](#511-2021-05-11) (May 2021)
26+
- [4.1.4](#414-2021-05-05) (May 2021) (from the [4.1.x](https://github.com/socketio/engine.io-client/tree/4.1.x) branch)
27+
- [3.5.2](#352-2021-05-05) (May 2021) (from the [3.5.x](https://github.com/socketio/engine.io-client/tree/3.5.x) branch)
28+
- [5.1.0](#510-2021-05-04) (May 2021)
29+
- [5.0.1](#501-2021-03-31) (Mar 2021)
30+
- [**5.0.0**](#500-2021-03-10) (Mar 2021)
31+
- [3.5.1](#351-2021-03-02) (Mar 2021) (from the [3.5.x](https://github.com/socketio/engine.io-client/tree/3.5.x) branch)
32+
- [4.1.2](#412-2021-02-25) (Feb 2021)
33+
- [4.1.1](#411-2021-02-02) (Feb 2021)
34+
- [4.1.0](#410-2021-01-14) (Jan 2021)
3435

3536
# Release notes
3637

38+
## [6.3.1](https://github.com/socketio/engine.io-client/compare/6.3.0...6.3.1) (2023-02-04)
39+
40+
41+
### Bug Fixes
42+
43+
* **typings:** do not expose browser-specific types ([37d7a0a](https://github.com/socketio/engine.io-client/commit/37d7a0aa791a4666ca405b11d0d8bdb199222e50))
44+
45+
### Dependencies
46+
47+
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
48+
49+
3750
## [6.3.0](https://github.com/socketio/engine.io-client/compare/6.2.3...6.3.0) (2023-01-10)
3851

3952

dist/engine.io.esm.min.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)