Skip to content

Commit a4bf975

Browse files
committed
chore(ws): release @discordjs/ws@0.4.1
1 parent c2b6777 commit a4bf975

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ws/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@discordjs/ws@0.4.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2022-10-10)
6+
7+
## Bug Fixes
8+
9+
- **WebSocketShard:** Dispatch race condition (#8731) ([c2b6777](https://github.com/discordjs/discord.js/commit/c2b677759b905d6eb3ebcefcec2cb04eb38436bb))
10+
511
# [@discordjs/ws@0.4.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2022-10-08)
612

713
## Bug Fixes

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discordjs/ws",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Wrapper around Discord's gateway",
55
"scripts": {
66
"test": "vitest run",

0 commit comments

Comments
 (0)