diff --git a/packages/voice/CHANGELOG.md b/packages/voice/CHANGELOG.md index 59ca961dd..4d38375fb 100644 --- a/packages/voice/CHANGELOG.md +++ b/packages/voice/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +# [@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 + +- **voice:** Always install Davey as DAVE is becoming required (#11385) ([323d8e7](https://github.com/discordjs/discord.js/commit/323d8e757129fe1a885cf5a7887212d5e0941f8d)) by @vladfrangu +- **voice:** Handle negative timeouts (#11362) ([5f93fbd](https://github.com/discordjs/discord.js/commit/5f93fbd0f21d1556c5ee6cb9f7c2e4d67ede19ca)) by @markokajzer +- **voice:** Handle multiple transitions simultaneously (#11100) ([c4fc79a](https://github.com/discordjs/discord.js/commit/c4fc79a3cd2d271b75651d95a06c2e26709025d0)) by @Snazzah +- Replace usages of `Buffer#slice()` with `Buffer#subarray()` (#11326) ([87b359e](https://github.com/discordjs/discord.js/commit/87b359e44d9965fcaf61e75df6c5c48d5a892155)) by @almeidx +- **guide:** Miscellaneous fixes (#11147) ([a97ac82](https://github.com/discordjs/discord.js/commit/a97ac82619f0a807a7b816afa0140ba9161aa50d)) by @Jiralite +- Adjust types for typescript upgrade (#11132) ([612c49b](https://github.com/discordjs/discord.js/commit/612c49b54618824b815278129765e308fe1da76c)) by @almeidx + +## Documentation + +- **voice:** Add DAVE dependency section (#11061) ([4db1092](https://github.com/discordjs/discord.js/commit/4db1092f8f5d7ba50f4bdc3f5e1bac4581e22a1c)) by @jNullj + +## Refactor + +- Remove builders and formatters re-export (#11361) ([84b85f4](https://github.com/discordjs/discord.js/commit/84b85f4c91e83b40eb2bd74d61304fcfdcabf6d5)) by @didinele + +## Testing + +- Fix type errors (#11325) ([5888663](https://github.com/discordjs/discord.js/commit/5888663392485d35b2538f042c48efea3b93cd54)) by @almeidx + # [@discordjs/voice@0.19.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.18.0...@discordjs/voice@0.19.0) - (2025-08-17) ## Bug Fixes diff --git a/packages/voice/package.json b/packages/voice/package.json index 08049e051..331d0f307 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.0", + "version": "0.19.1", "description": "Implementation of the Discord Voice API for Node.js", "scripts": { "build": "tsc --noEmit && tsup && node scripts/postbuild.mjs",