Skip to content

Commit 16a44f8

Browse files
committed
chore(discord.js): release [email protected]
1 parent 0dda270 commit 16a44f8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/discord.js/CHANGELOG.md

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

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

5+
# [14.24.0](https://github.com/discordjs/discord.js/compare/14.23.2...14.24.0) - (2025-10-24)
6+
7+
## Bug Fixes
8+
9+
- **Message:** Update `pinnable` to check for migrated guilds (#11189) ([ee988e3](https://github.com/discordjs/discord.js/commit/ee988e3e75d39e91a98a572e72a5981e0ef87dbc))
10+
11+
## Features
12+
13+
- Handle file upload component for v14 (#11179) ([104ad75](https://github.com/discordjs/discord.js/commit/104ad754f36933276f3acfd4164f7f19d50dfe2e))
14+
515
# [14.23.2](https://github.com/discordjs/discord.js/compare/14.23.1...14.23.2) - (2025-10-09)
616

717
## 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.2",
4+
"version": "14.24.0",
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)