Skip to content

Commit 0830fe8

Browse files
committed
chore(ws): release @discordjs/ws@1.2.3
1 parent 30ab200 commit 0830fe8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/ws/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.
1414

1515
- **WebSocketShard:** Explicit time out network error handling (#10375) ([a5437a4](https://github.com/discordjs/discord.js/commit/a5437a41f31bf47e9a6f8dc4452086c614d71d1c))
1616

17+
# [@discordjs/ws@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-01-01)
18+
19+
## Bug Fixes
20+
21+
- **SimpleIdentifyThrottler:** Don't sleep negative amounts ([a589c6d](https://github.com/discordjs/discord.js/commit/a589c6d49265d24cf202e8f68c6b2ad4fafd398c))
22+
- Retry for EAI_AGAIN I/O error (#10383) ([5b8a08e](https://github.com/discordjs/discord.js/commit/5b8a08ebb66276320a5095630ecee403783afec0))
23+
- Consistent debug log spacing (#10349) ([c6710e5](https://github.com/discordjs/discord.js/commit/c6710e56cc634ecb2b922d777fe715c49fa91baa))
24+
25+
## Features
26+
27+
- **WebSocketShard:** Explicit time out network error handling (#10375) ([a5437a4](https://github.com/discordjs/discord.js/commit/a5437a41f31bf47e9a6f8dc4452086c614d71d1c))
28+
1729
# [@discordjs/ws@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-06-02)
1830

1931
## Bug Fixes

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/ws",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"description": "Wrapper around Discord's gateway",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)