Skip to content

Commit 53dbc96

Browse files
committed
chore(builders): release @discordjs/builders@1.10.1
1 parent 49ef3a8 commit 53dbc96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/builders/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@discordjs/builders@1.10.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-02-10)
6+
7+
## Bug Fixes
8+
9+
- **EmbedBuilder:** Allow empty `name` and `value` on fields (#10747) ([49ef3a8](https://github.com/discordjs/discord.js/commit/49ef3a833eab23d426d5c667e28aa493ddc9cb6c))
10+
511
# [@discordjs/builders@1.9.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-09-01)
612

713
## Features

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/builders",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"description": "A set of builders that you can use when creating your bot",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)