Skip to content

Commit b45b99f

Browse files
committed
chore(ws): release @discordjs/ws@0.2.0
1 parent 5137bfc commit b45b99f

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.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/ws@0.1.0...@discordjs/ws@0.2.0) - (2022-07-30)
6+
7+
## Bug Fixes
8+
9+
- **WebSocketShard:** Account code 1000 with no prior indication (#8399) ([5137bfc](https://github.com/discordjs/discord.js/commit/5137bfc17d763488083b76ee9008611df333272a))
10+
511
# [@discordjs/ws@0.1.0](https://github.com/discordjs/discord.js/tree/@discordjs/ws@0.1.0) - (2022-07-27)
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.1.0",
3+
"version": "0.2.0",
44
"description": "Wrapper around Discord's gateway",
55
"scripts": {
66
"test": "vitest run",

0 commit comments

Comments
 (0)