Skip to content

Commit d1f7438

Browse files
committed
chore(core): release @discordjs/core@2.5.0
1 parent 32fd336 commit d1f7438

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/core/CHANGELOG.md

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

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

5+
# [@discordjs/core@2.5.0](https://github.com/discordjs/discord.js/compare/@discordjs/core@2.4.0...@discordjs/core@2.5.0) - (2026-06-13)
6+
7+
## Bug Fixes
8+
9+
- **invite:** Return `RESTDeleteAPIInviteResult` on delete (#11551) ([f28753b](https://github.com/discordjs/discord.js/commit/f28753b5bcbbd8eb1203e561347cb747da56bb1b))
10+
11+
## Features
12+
13+
- **guild:** Support message search (#11552) ([32c3371](https://github.com/discordjs/discord.js/commit/32c33710bb1f6c9abab5487c09f9497204d7c255))
14+
515
# [@discordjs/core@2.4.0](https://github.com/discordjs/discord.js/compare/@discordjs/core@2.3.0...@discordjs/core@2.4.0) - (2025-11-18)
616

717
## Bug Fixes

packages/core/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": "@discordjs/core",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"description": "A thinly abstracted wrapper around the rest API, and gateway.",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)