Skip to content

Commit 464ea2a

Browse files
committed
chore(core): release @discordjs/core@2.1.0
1 parent 0d1d54a commit 464ea2a

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.0](https://github.com/discordjs/discord.js/compare/@discordjs/core@2.0.1...@discordjs/core@2.1.0) - (2025-04-25)
6+
7+
## Features
8+
9+
- **website:** Include reexported members in docs (#10518) ([aa61c20](https://github.com/discordjs/discord.js/commit/aa61c20ffdac3f3a0dca224f9e48e614309ecb2e))
10+
511
# [@discordjs/core@2.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/core@1.2.0...@discordjs/core@2.0.0) - (2024-09-01)
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.0.1",
4+
"version": "2.1.0",
55
"description": "A thinly abstracted wrapper around the rest API, and gateway.",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)