From dc10963bea409f1b468479c0351696f1348604c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:09 +0000 Subject: [PATCH] chore(main): release 5.3.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d8115..8821db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.3.0](https://github.com/execaman/discolink/compare/v5.2.0...v5.3.0) (2026-07-26) + + +### Features + +* **FilterManager:** add 'current' prop for active filters ([#93](https://github.com/execaman/discolink/issues/93)) ([82cd748](https://github.com/execaman/discolink/commit/82cd748ab3c04ab1b05b4e7f3113a300583595a3)) + + +### Bug Fixes + +* **NodeManager:** sort nodes without stats last in relevant() ([#92](https://github.com/execaman/discolink/issues/92)) ([78900aa](https://github.com/execaman/discolink/commit/78900aa54be943faf1c4c6713230358ba3c525c3)) + ## [5.2.0](https://github.com/execaman/discolink/compare/v5.1.0...v5.2.0) (2026-07-12) diff --git a/package-lock.json b/package-lock.json index 08678b5..1f70dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discolink", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discolink", - "version": "5.2.0", + "version": "5.3.0", "license": "Apache-2.0", "workspaces": [ "./docs" diff --git a/package.json b/package.json index 494d8dd..ebf3cf6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "discolink", "type": "module", - "version": "5.2.0", + "version": "5.3.0", "description": "A Lavalink client for Discord bots in TypeScript", "sideEffects": false, "exports": {