Skip to content

Commit 083f6ab

Browse files
committed
chore(discord.js): release discord.js@14.23.2
1 parent 5cc13b7 commit 083f6ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/discord.js/CHANGELOG.md

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

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

5+
# [14.23.2](https://github.com/discordjs/discord.js/compare/14.23.1...14.23.2) - (2025-10-09)
6+
7+
## Bug Fixes
8+
9+
- **ModalSubmitInteraction:** Better resolving of components (#11162) ([5cc13b7](https://github.com/discordjs/discord.js/commit/5cc13b735c78384a3488da527985cded92f67d41))
10+
- Handle DM modals ([1e4d1dc](https://github.com/discordjs/discord.js/commit/1e4d1dc04f7dabfb0575441957a6278675f02871))
11+
512
# [14.23.1](https://github.com/discordjs/discord.js/compare/14.23.0...14.23.1) - (2025-10-08)
613

714
## Bug Fixes

packages/discord.js/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": "discord.js",
4-
"version": "14.23.1",
4+
"version": "14.23.2",
55
"description": "A powerful library for interacting with the Discord API",
66
"scripts": {
77
"test": "pnpm run docs:test && pnpm run test:typescript",

0 commit comments

Comments
 (0)