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

This commit is contained in:
iCrawl
2022-07-27 14:15:35 +02:00
parent bf7326729d
commit 2291429d30
2 changed files with 14 additions and 1 deletions

13
packages/ws/CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
# [@discordjs/ws@0.1.0](https://github.com/discordjs/discord.js/tree/@discordjs/ws@0.1.0) - (2022-07-27)
## Bug Fixes
- **WebSocketShard:** Use correct import (#8357) ([78d4295](https://github.com/discordjs/discord.js/commit/78d4295a40b83ea4f7cc830ff81927cba2d1d3f0))
## Features
- @discordjs/ws (#8260) ([748d727](https://github.com/discordjs/discord.js/commit/748d7271c45796479a29d8ed3101421de09ef867))

View File

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