Skip to content

Commit 2a06721

Browse files
Jiralitevladfrangu
andauthored
chore: Release @discordjs/voice 0.19.2 (discordjs#11450)
chore(voice): release @discordjs/voice@0.19.2 Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
1 parent fe5e3c2 commit 2a06721

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/voice/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/voice@0.19.2](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.19.1...@discordjs/voice@0.19.2) - (2026-03-13)
6+
7+
## Bug Fixes
8+
9+
- **voice:** Strip padding from packets and add guards (#11449) ([c486fb8](https://github.com/discordjs/discord.js/commit/c486fb81274a33baa22bcbd18bb5ff1dd6b58875)) by @Snazzah
10+
511
# [@discordjs/voice@0.19.1](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.19.0...@discordjs/voice@0.19.1) - (2026-03-09)
612

713
## Bug Fixes

packages/voice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/voice",
4-
"version": "0.19.1",
4+
"version": "0.19.2",
55
"description": "Implementation of the Discord Voice API for Node.js",
66
"scripts": {
77
"build": "tsc --noEmit && tsup && node scripts/postbuild.mjs",

0 commit comments

Comments
 (0)