chore(discord.js): release discord.js@14.26.5

This commit is contained in:
Jiralite
2026-07-10 09:14:42 +01:00
parent 67705f8fc2
commit 0fb54145c5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
# [14.26.5](https://github.com/discordjs/discord.js/compare/14.26.4...14.26.5) - (2026-07-10)
## Bug Fixes
- Detect spoiler attachments with flag (v14) (#11561) ([ce29ae9](https://github.com/discordjs/discord.js/commit/ce29ae9815efcaf0ecfaad318709aa9bc8e7bd82))
# [14.26.4](https://github.com/discordjs/discord.js/compare/14.26.3...14.26.4) - (2026-05-01)
## Bug Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "14.26.4",
"version": "14.26.5",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "pnpm run docs:test && pnpm run test:typescript",