chore(ws): release @discordjs/ws@0.2.0

This commit is contained in:
iCrawl
2022-07-30 20:42:46 +02:00
parent 5137bfc17d
commit b45b99f92b
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
# [@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)
## Bug Fixes
- **WebSocketShard:** Account code 1000 with no prior indication (#8399) ([5137bfc](https://github.com/discordjs/discord.js/commit/5137bfc17d763488083b76ee9008611df333272a))
# [@discordjs/ws@0.1.0](https://github.com/discordjs/discord.js/tree/@discordjs/ws@0.1.0) - (2022-07-27)
## Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/ws",
"version": "0.1.0",
"version": "0.2.0",
"description": "Wrapper around Discord's gateway",
"scripts": {
"test": "vitest run",