From 63fc9f8504277962cc698c6d4223cd7f0a9a0726 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 1 May 2023 23:34:16 +0200 Subject: [PATCH] chore(util): release @discordjs/util@0.3.1 --- packages/util/CHANGELOG.md | 21 +++++++++++++++++++++ packages/util/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 9e93309435e3..1f7cb97e30b5 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +# [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.0...@discordjs/util@0.3.1) - (2023-05-01) + +## Refactor + +- **ShardClientUtil:** Logic de-duplication (#9491) ([a9f2bff](https://github.com/discordjs/discord.js/commit/a9f2bff82a18c6a3afdee99e5830e1d7b4da65dc)) + +# [@discordjs/util@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.2.0...@discordjs/util@0.3.0) - (2023-05-01) + +## Bug Fixes + +- Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2)) +- **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b)) + +## Documentation + +- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9)) + +## Features + +- **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b)) + # [@discordjs/util@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.2.0...@discordjs/util@0.3.0) - (2023-05-01) ## Bug Fixes diff --git a/packages/util/package.json b/packages/util/package.json index aa7a7a0df8fc..8efd362c17e6 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@discordjs/util", - "version": "0.3.0", + "version": "0.3.1", "description": "Utilities shared across Discord.js packages", "scripts": { "build": "tsup",