From 9e077b749ca62f619a4aa4cf395eadeaea7dbd4c Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sun, 2 Apr 2023 01:51:50 +0200 Subject: [PATCH] chore(voice): release @discordjs/voice@0.16.0 --- packages/voice/CHANGELOG.md | 14 ++++++++++++++ packages/voice/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/voice/CHANGELOG.md b/packages/voice/CHANGELOG.md index 390c867ebd51..7b6dcff5ded7 100644 --- a/packages/voice/CHANGELOG.md +++ b/packages/voice/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [@discordjs/voice@0.16.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.15.0...@discordjs/voice@0.16.0) - (2023-04-01) + +## Bug Fixes + +- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b)) + +## Features + +- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b)) + +## Refactor + +- Compare with `undefined` directly (#9191) ([869153c](https://github.com/discordjs/discord.js/commit/869153c3fdf155783e7c0ecebd3627b087c3a026)) + # [@discordjs/voice@0.15.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.14.0...@discordjs/voice@0.15.0) - (2023-03-12) ## Bug Fixes diff --git a/packages/voice/package.json b/packages/voice/package.json index 4cedb4afee84..bf3a97287546 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,6 +1,6 @@ { "name": "@discordjs/voice", - "version": "0.15.0", + "version": "0.16.0", "description": "Implementation of the Discord Voice API for node.js", "scripts": { "build": "tsup && node scripts/postbuild.mjs",