Skip to content

Commit

Permalink
chore(ws): release @discordjs/ws@0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 30, 2022
1 parent 5137bfc commit b45b99f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/ws/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
@@ -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",
Expand Down

1 comment on commit b45b99f

@vercel
Copy link

@vercel vercel bot commented on b45b99f Jul 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.