Skip to content

Commit 444d7c9

Browse files
committed
chore(ws): release @discordjs/ws@0.1.0
1 parent bf73267 commit 444d7c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/ws/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [@discordjs/ws@0.1.0](https://github.com/discordjs/discord.js/tree/@discordjs/ws@0.1.0) - (2022-07-27)
6+
7+
## Bug Fixes
8+
9+
- **WebSocketShard:** Use correct import (#8357) ([78d4295](https://github.com/discordjs/discord.js/commit/78d4295a40b83ea4f7cc830ff81927cba2d1d3f0))
10+
11+
## Features
12+
13+
- @discordjs/ws (#8260) ([748d727](https://github.com/discordjs/discord.js/commit/748d7271c45796479a29d8ed3101421de09ef867))
14+
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.

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-dev",
3+
"version": "0.1.0",
44
"description": "Wrapper around Discord's gateway",
55
"scripts": {
66
"test": "vitest run",

0 commit comments

Comments
 (0)