diff --git a/packages/voice/CHANGELOG.md b/packages/voice/CHANGELOG.md index 4d38375fb..85a6f935a 100644 --- a/packages/voice/CHANGELOG.md +++ b/packages/voice/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [@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) + +## Bug Fixes + +- **voice:** Strip padding from packets and add guards (#11449) ([c486fb8](https://github.com/discordjs/discord.js/commit/c486fb81274a33baa22bcbd18bb5ff1dd6b58875)) by @Snazzah + # [@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) ## Bug Fixes diff --git a/packages/voice/package.json b/packages/voice/package.json index 331d0f307..f51434e8b 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@discordjs/voice", - "version": "0.19.1", + "version": "0.19.2", "description": "Implementation of the Discord Voice API for Node.js", "scripts": { "build": "tsc --noEmit && tsup && node scripts/postbuild.mjs",