diff --git a/packages/discord.js/CHANGELOG.md b/packages/discord.js/CHANGELOG.md index 9cbc7bd71..36cc3f166 100644 --- a/packages/discord.js/CHANGELOG.md +++ b/packages/discord.js/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [14.26.4](https://github.com/discordjs/discord.js/compare/14.26.3...14.26.4) - (2026-05-01) + +## Bug Fixes + +- **MessageCreateAction:** Receive DMs in uncached DMChannels again (#11495) ([b8d8812](https://github.com/discordjs/discord.js/commit/b8d8812a05c14a93cc40b2839e19be38ed928cb7)) + # [14.26.3](https://github.com/discordjs/discord.js/compare/14.26.2...14.26.3) - (2026-04-14) ## Bug Fixes diff --git a/packages/discord.js/package.json b/packages/discord.js/package.json index e55670ee4..e3317d799 100644 --- a/packages/discord.js/package.json +++ b/packages/discord.js/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "discord.js", - "version": "14.26.3", + "version": "14.26.4", "description": "A powerful library for interacting with the Discord API", "scripts": { "test": "pnpm run docs:test && pnpm run test:typescript",