Skip to content

Commit 17475e7

Browse files
chore(main): release 4.3.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c3887a commit 17475e7

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/execaman/discolink/compare/v4.2.0...v4.3.0) (2026-03-06)
4+
5+
6+
### Features
7+
8+
* **VoiceCloseCodes:** add enum for DAVE protocol required ([5891b91](https://github.com/execaman/discolink/commit/5891b91122b5fef950064fc93853ca995b489183))
9+
10+
11+
### Bug Fixes
12+
13+
* **REST:** format error response correctly ([584aea9](https://github.com/execaman/discolink/commit/584aea90839e7b9d50d97f8e6d67563797f743e1))
14+
315
## [4.2.0](https://github.com/execaman/discolink/compare/v4.1.0...v4.2.0) (2026-02-28)
416

517

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

0 commit comments

Comments
 (0)