Skip to content

Commit d886a8e

Browse files
chore(main): release 4.1.0 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa7282b commit d886a8e

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/execaman/discolink/compare/v4.0.0...v4.1.0) (2026-02-25)
4+
5+
6+
### Features
7+
8+
* **HttpStatusCode:** add some http status codes ([d9c88bf](https://github.com/execaman/discolink/commit/d9c88bf2749bdd6df6c29c896eeb0e383fdf930e))
9+
* **Queue:** add 'clear' method ([4f0f32c](https://github.com/execaman/discolink/commit/4f0f32c7a2f7b0bbe2beb731997e8d391bb16f32))
10+
* **RequestOptions:** add 'headers' field ([d9c88bf](https://github.com/execaman/discolink/commit/d9c88bf2749bdd6df6c29c896eeb0e383fdf930e))
11+
* **REST:** replace axios with native fetch ([#35](https://github.com/execaman/discolink/issues/35)) ([d9c88bf](https://github.com/execaman/discolink/commit/d9c88bf2749bdd6df6c29c896eeb0e383fdf930e))
12+
13+
14+
### Bug Fixes
15+
16+
* **FilterManager:** use object has-own instead of 'in' for has() ([1f8fac9](https://github.com/execaman/discolink/commit/1f8fac9dd05a430a8739ba418fa079e5ecd511e8))
17+
* **LavaLyrics:** mark plugin name as readonly ([7d31e17](https://github.com/execaman/discolink/commit/7d31e1793284fd1f8a08d1c7720123c222d20ea3))
18+
* **NodeManager:** prevent deletion of nodes with active queues ([ccff57d](https://github.com/execaman/discolink/commit/ccff57d60478c91104e3c376df2da6d84228cf77))
19+
* **Queue:** allow remove() to remove current track if queue is stopped ([71af92d](https://github.com/execaman/discolink/commit/71af92df95c2296c908fe59d7978db59bd77d7fc))
20+
321
## [4.0.0](https://github.com/execaman/discolink/compare/v3.0.0...v4.0.0) (2026-02-19)
422

523

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
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "discolink",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"description": "A javascript library for discord bots to interact with Lavalink",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)