Skip to content

Commit

Permalink
chore(release): 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 13, 2022
1 parent 99925a4 commit 9d772e3
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 13 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# History

- [6.2.3](#623-2022-10-13) (2022-10-13)
- [6.2.2](#622-2022-05-02) (2022-05-02)
- [6.2.1](#621-2022-04-17) (2022-04-17)
- [6.2.0](#620-2022-04-17) (2022-04-17)
- [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)
- [6.1.1](#611-2021-11-14) (2021-11-14)
- [6.1.0](#610-2021-11-08) (2021-11-08)
- [6.0.2](#602-2021-10-15) (2021-10-15)
- [6.0.1](#601-2021-10-14) (2021-10-14)
- [6.0.0](#600-2021-10-08) (2021-10-08)
- [5.2.0](#520-2021-08-29) (2021-08-29)
- [5.1.2](#512-2021-06-24) (2021-06-24)
- [5.1.1](#511-2021-05-11) (2021-05-11)
- [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)
- [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)
- [5.1.0](#510-2021-05-04) (2021-05-04)
- [5.0.1](#501-2021-03-31) (2021-03-31)
- [5.0.0](#500-2021-03-10) (2021-03-10)
- [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)
- [4.1.2](#412-2021-02-25) (2021-02-25)
- [4.1.1](#411-2021-02-02) (2021-02-02)
- [4.1.0](#410-2021-01-14) (2021-01-14)

# Release notes

## [6.2.3](https://github.com/socketio/engine.io-client/compare/6.2.2...6.2.3) (2022-10-13)


### Bug Fixes

* properly clear "beforeunload" event listener ([99925a4](https://github.com/socketio/engine.io-client/commit/99925a47750f66d2ad36313243545181512579ee))



## [6.2.2](https://github.com/socketio/engine.io-client/compare/6.2.1...6.2.2) (2022-05-02)


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.

13 changes: 8 additions & 5 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.2.2",
"version": "6.2.3",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit 9d772e3

Please sign in to comment.