Skip to content

Commit 78fd67c

Browse files
chore(main): release 4.4.0 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00445b3 commit 78fd67c

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [4.4.0](https://github.com/execaman/discolink/compare/v4.3.0...v4.4.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* **QueueManager:** account for different loads in relocate() ([00445b3](https://github.com/execaman/discolink/commit/00445b390958ffed501c5021174a4b70af4126c1))
9+
* **QueueManager:** improve sync and relocate methods ([#42](https://github.com/execaman/discolink/issues/42)) ([00445b3](https://github.com/execaman/discolink/commit/00445b390958ffed501c5021174a4b70af4126c1))
10+
11+
12+
### Bug Fixes
13+
14+
* **QueueManager:** make relocate() send requests sequentially ([00445b3](https://github.com/execaman/discolink/commit/00445b390958ffed501c5021174a4b70af4126c1))
15+
* **QueueManager:** make remote sync() send requests sequentially ([00445b3](https://github.com/execaman/discolink/commit/00445b390958ffed501c5021174a4b70af4126c1))
16+
317
## [4.3.0](https://github.com/execaman/discolink/compare/v4.2.0...v4.3.0) (2026-03-06)
418

519

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.3.0",
5+
"version": "4.4.0",
66
"description": "A Lavalink client for Discord bots in TypeScript",
77
"exports": {
88
"import": {

0 commit comments

Comments
 (0)