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

This commit is contained in:
iCrawl 2023-08-17 21:38:59 +02:00
parent 58d9024245
commit 67b30355ea
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
2 changed files with 14 additions and 1 deletions

View file

@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
# [@discordjs/formatters@0.3.2](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.1...@discordjs/formatters@0.3.2) - (2023-08-17)
## Documentation
- Update Node.js requirement to 16.11.0 (#9764) ([188877c](https://github.com/discordjs/discord.js/commit/188877c50af70f0d5cffb246620fa277435c6ce6))
# [@discordjs/formatters@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.0...@discordjs/formatters@0.3.1) - (2023-05-01)
## Documentation
- Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
- **formatters:** Enhance the documentation (#9364) ([23e0ac5](https://github.com/discordjs/discord.js/commit/23e0ac56f456c39d925e2644ec3ca209d4410a99))
# [@discordjs/formatters@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.0...@discordjs/formatters@0.3.1) - (2023-05-01)
## Documentation

View file

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