Skip to content

Commit 7d8d82e

Browse files
chore(main): release 4.6.0 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62ad965 commit 7d8d82e

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.6.0](https://github.com/execaman/discolink/compare/v4.5.0...v4.6.0) (2026-04-06)
4+
5+
6+
### Features
7+
8+
* **QueueManager:** new arg 'inQueue' for track events ([62ad965](https://github.com/execaman/discolink/commit/62ad965dde4e19dbfd6d2e7844a2b71c6fe94484))
9+
* **QueueManager:** prefer local track objects in events ([#48](https://github.com/execaman/discolink/issues/48)) ([62ad965](https://github.com/execaman/discolink/commit/62ad965dde4e19dbfd6d2e7844a2b71c6fe94484))
10+
311
## [4.5.0](https://github.com/execaman/discolink/compare/v4.4.0...v4.5.0) (2026-03-23)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "discolink",
44
"type": "module",
5-
"version": "4.5.0",
5+
"version": "4.6.0",
66
"description": "A Lavalink client for Discord bots in TypeScript",
77
"exports": {
88
"import": {

0 commit comments

Comments
 (0)