chore(rest): release @discordjs/rest@2.6.2

This commit is contained in:
Jiralite
2026-07-15 10:57:42 +01:00
parent c888a6469c
commit 6232a2114d
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
# [@discordjs/rest@2.6.2](https://github.com/discordjs/discord.js/compare/@discordjs/rest@2.6.1...@discordjs/rest@2.6.2) - (2026-07-15)
## Bug Fixes
- **guide:** Miscellaneous fixes (#11147) ([c53c8c2](https://github.com/discordjs/discord.js/commit/c53c8c276e2aa3b93d2b5b945508be575b291c0b))
## Documentation
- Fix close tags (#10756) ([4349e10](https://github.com/discordjs/discord.js/commit/4349e103e25aabc3971a3e6bda3a71301c2d9dd9))
- Replace Discord API with Discord Developers (#10968) ([538457c](https://github.com/discordjs/discord.js/commit/538457c1d74130f987cd805964bb66a6c2ba75c9))
# [@discordjs/rest@2.6.1](https://github.com/discordjs/discord.js/compare/@discordjs/rest@2.6.0...@discordjs/rest@2.6.1) - (2026-03-22)
# [@discordjs/rest@2.6.0](https://github.com/discordjs/discord.js/compare/@discordjs/rest@2.5.1...@discordjs/rest@2.6.0) - (2025-08-20)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/rest",
"version": "2.6.1",
"version": "2.6.2",
"description": "The REST API for discord.js",
"scripts": {
"test": "vitest run",