Skip to content

Commit 8ab30cd

Browse files
committed
chore(core): release @discordjs/core@2.2.0
1 parent c2a43b6 commit 8ab30cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/core/CHANGELOG.md

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

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

5+
# [@discordjs/core@2.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-06-25)
6+
7+
## Features
8+
9+
- **webhook:** Support `with_components` (#10945) ([7713627](https://github.com/discordjs/discord.js/commit/7713627fd18599a6187b325e1e4bc9a17cf23e21))
10+
511
# [@discordjs/core@2.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-06-16)
612

713
## 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.1.1",
4+
"version": "2.2.0",
55
"description": "A thinly abstracted wrapper around the rest API, and gateway.",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)