chore(formatters): release @discordjs/formatters@0.3.0

This commit is contained in:
iCrawl
2023-04-02 01:51:17 +02:00
parent 26b2f59bdc
commit 3334739f4f
2 changed files with 11 additions and 1 deletions

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
# [@discordjs/formatters@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.2.0...@discordjs/formatters@0.3.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))
# [@discordjs/formatters@0.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.1.0...@discordjs/formatters@0.2.0) - (2023-03-12)
## Features

View File

@@ -1,6 +1,6 @@
{
"name": "@discordjs/formatters",
"version": "0.2.0",
"version": "0.3.0",
"description": "A set of functions to format strings for Discord.",
"scripts": {
"test": "vitest run",