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

This commit is contained in:
Vlad Frangu
2026-04-04 00:22:54 +03:00
parent b86573db3c
commit e662290faa
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
# [14.26.2](https://github.com/discordjs/discord.js/compare/14.26.1...14.26.2) - (2026-04-03)
## Bug Fixes
- **Action:** Don't add recipients to guild channels (#11479) ([b86573d](https://github.com/discordjs/discord.js/commit/b86573db3c13fe0292bdf6756bcd4351f84e2950))
# [14.26.1](https://github.com/discordjs/discord.js/compare/14.26.0...14.26.1) - (2026-04-03)
## Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "14.26.1",
"version": "14.26.2",
"description": "A powerful library for interacting with the Discord API",
"scripts": {
"test": "pnpm run docs:test && pnpm run test:typescript",