Skip to content

Commit cce8194

Browse files
committed
chore(discord.js): release discord.js@14.25.0
1 parent f4b4918 commit cce8194

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/discord.js/CHANGELOG.md

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

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

5+
# [14.25.0](https://github.com/discordjs/discord.js/compare/14.24.2...14.25.0) - (2025-11-18)
6+
7+
## Bug Fixes
8+
9+
- Remove data conditional check (#11250) ([84197a0](https://github.com/discordjs/discord.js/commit/84197a0ee0bbfc110caa8a3e7a5e82c4672be138))
10+
- Backport only passing relevant options to API when fetching (#11230) ([a7196dc](https://github.com/discordjs/discord.js/commit/a7196dc969b98ed622efcfd1cce8740e739780ac))
11+
12+
## Documentation
13+
14+
- **MessageManager:** Update `fetchPins()` wording ([492039c](https://github.com/discordjs/discord.js/commit/492039c4f6a84da12994d5ff62e481e85079dd3f))
15+
16+
## Features
17+
18+
- **GuildMemberManager:** Handle gateway request rate limit (#11253) ([a3c6bce](https://github.com/discordjs/discord.js/commit/a3c6bce3a81ef13d45efa4151e9182b38c066eca))
19+
- Optimize role manager cache getter (#11239) ([2da2fa0](https://github.com/discordjs/discord.js/commit/2da2fa01b2ef3135a22c024327270896297b07dd))
20+
521
# [14.24.2](https://github.com/discordjs/discord.js/compare/14.24.1...14.24.2) - (2025-10-30)
622

723
## 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.24.2",
4+
"version": "14.25.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)