From ce7d6b47b76c514fdd208bdc2a7ded87dbeeb42a Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sun, 2 Apr 2023 01:49:13 +0200 Subject: [PATCH] chore(brokers): release @discordjs/brokers@0.2.0 --- packages/brokers/CHANGELOG.md | 12 ++++++++++++ packages/brokers/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/brokers/CHANGELOG.md b/packages/brokers/CHANGELOG.md index d9ceca30880d..fe9900014feb 100644 --- a/packages/brokers/CHANGELOG.md +++ b/packages/brokers/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [@discordjs/brokers@0.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/brokers@0.1.0...@discordjs/brokers@0.2.0) - (2023-04-01) + +## Bug Fixes + +- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b)) +- **WebSocketShard:** Proper error bubbling (#9119) ([9681f34](https://github.com/discordjs/discord.js/commit/9681f348770b0e2ff9b7c96b1c30575dd950e2ed)) + +## Features + +- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b)) +- **website:** Add support for source file links (#9048) ([f6506e9](https://github.com/discordjs/discord.js/commit/f6506e99c496683ee0ab67db0726b105b929af38)) + # [@discordjs/brokers@0.1.0](https://github.com/discordjs/discord.js/tree/@discordjs/brokers@0.1.0) - (2022-11-23) ## Bug Fixes diff --git a/packages/brokers/package.json b/packages/brokers/package.json index ac821c0341b9..b7773a36a161 100644 --- a/packages/brokers/package.json +++ b/packages/brokers/package.json @@ -1,6 +1,6 @@ { "name": "@discordjs/brokers", - "version": "0.1.0", + "version": "0.2.0", "description": "Powerful set of message brokers", "scripts": { "test": "vitest run",