Skip to content

Commit 127021d

Browse files
committed
chore(core): release @discordjs/core@2.1.1
1 parent 0943bc2 commit 127021d

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.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-06-16)
6+
7+
## Bug Fixes
8+
9+
- **guild:** Fix incorrectly-detected deprecated overload ([d0a535e](https://github.com/discordjs/discord.js/commit/d0a535ea6a66861276691a51547adfb2bcef0384))
10+
511
# [@discordjs/core@2.1.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-04-25)
612

713
## Features

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

0 commit comments

Comments
 (0)