Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 25, 2024
1 parent 71387e5 commit 8d5528a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 13 deletions.
18 changes: 17 additions & 1 deletion packages/socket.io-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Release date | Bundle size (UMD min+gzip) |
|-------------------------------------------------------------------------------------------------------------|----------------|----------------------------|
| [4.8.1](#481-2024-10-25) | October 2024 | `14.4 KB` |
| [4.8.0](#480-2024-09-21) | September 2024 | `14.4 KB` |
| [4.7.5](#475-2024-03-14) | March 2024 | `14.6 KB` |
| [4.7.4](#474-2024-01-12) | January 2024 | `14.5 KB` |
Expand Down Expand Up @@ -51,7 +52,22 @@

# Release notes

# [4.8.0](https://github.com/socketio/socket.io/compare/[email protected]@4.8.0) (2024-09-21)
## [4.8.1](https://github.com/socketio/socket.io/compare/[email protected]@4.8.1) (2024-10-25)


### Bug Fixes

* **bundle:** do not mangle the "_placeholder" attribute ([ca9e994](https://github.com/socketio/socket.io/commit/ca9e994815aa2e31e0342e37ccdc2e9e8c5fd13c))


### Dependencies

- [`engine.io-client@~6.6.1`](https://github.com/socketio/engine.io-client/releases/tag/6.5.2) (no change)
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)



## [4.8.0](https://github.com/socketio/socket.io/compare/[email protected]@4.8.0) (2024-09-21)

### Features

Expand Down
4 changes: 2 additions & 2 deletions packages/socket.io-client/dist/socket.io.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io-client/dist/socket.io.esm.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/socket.io-client/dist/socket.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 packages/socket.io-client/dist/socket.io.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/socket.io-client/dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io-client/dist/socket.io.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/socket.io-client/dist/socket.io.msgpack.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "4.8.0",
"version": "4.8.1",
"description": "Realtime application framework client",
"keywords": [
"realtime",
Expand Down

0 comments on commit 8d5528a

Please sign in to comment.