Skip to content

Commit

Permalink
chore(release): 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 6, 2023
1 parent af1112a commit 89487d8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2023

- [6.4.0](#640-2023-02-06) (Feb 2023)
- [6.3.1](#631-2023-02-04) (Feb 2023)
- [6.3.0](#63O-2023-01-10) (Jan 2023)

Expand Down Expand Up @@ -35,6 +36,16 @@

# Release notes

## [6.4.0](https://github.com/socketio/engine.io-client/compare/6.3.1...6.4.0) (2023-02-06)

The minor bump is due to changes on the server side.

### Dependencies

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



## [6.3.1](https://github.com/socketio/engine.io-client/compare/6.3.0...6.3.1) (2023-02-04)


Expand Down
2 changes: 1 addition & 1 deletion dist/engine.io.esm.min.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

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.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "6.4.0",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit 89487d8

Please sign in to comment.