diff --git a/CHANGELOG.md b/CHANGELOG.md index afe1593..f2f448f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.7.0](https://github.com/execaman/discolink/compare/v4.6.2...v4.7.0) (2026-05-18) + + +### Features + +* **Managers:** expose queue and voice manager caches ([#65](https://github.com/execaman/discolink/issues/65)) ([8468a73](https://github.com/execaman/discolink/commit/8468a7395ff6fe7d5574e7e4bf457e91a6dad73e)) +* **Queue:** typed track user data param for 'add' methods ([#63](https://github.com/execaman/discolink/issues/63)) ([aa7bb18](https://github.com/execaman/discolink/commit/aa7bb188f06295a36616ec5301fde272e0a22378)) + ## [4.6.2](https://github.com/execaman/discolink/compare/v4.6.1...v4.6.2) (2026-05-09) diff --git a/package-lock.json b/package-lock.json index 9615200..4b21f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discolink", - "version": "4.6.2", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discolink", - "version": "4.6.2", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { "ws": "^8.20.0" diff --git a/package.json b/package.json index e3faef6..612cb27 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "discolink", "type": "module", - "version": "4.6.2", + "version": "4.7.0", "description": "A Lavalink client for Discord bots in TypeScript", "exports": { "import": {