diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c3d6c..6b3be53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.0](https://github.com/execaman/discolink/compare/v1.3.0...v2.0.0) (2025-11-28) + + +### ⚠ BREAKING CHANGES + +* better plugin system ([#11](https://github.com/execaman/discolink/issues/11)) + +### Features + +* better plugin system ([#11](https://github.com/execaman/discolink/issues/11)) ([e0a791e](https://github.com/execaman/discolink/commit/e0a791e54adae982cbc97a921231801b5b28c888)) +* **REST:** directly usable common http methods ([#16](https://github.com/execaman/discolink/issues/16)) ([0415148](https://github.com/execaman/discolink/commit/04151484d41d808f408d079eee39bc08db7e3c81)) + + +### Bug Fixes + +* **isString:** only pass for http strings on url check ([#12](https://github.com/execaman/discolink/issues/12)) ([03c4945](https://github.com/execaman/discolink/commit/03c4945379acf71628284ce358a942cbe7d0e5b8)) +* **isString:** strict check url protocol for http ([#17](https://github.com/execaman/discolink/issues/17)) ([7654447](https://github.com/execaman/discolink/commit/765444707ae1de9c37232b789c275a7c18b37d72)) +* **Node:** record timestamp before sending ping ([#15](https://github.com/execaman/discolink/issues/15)) ([b510b3c](https://github.com/execaman/discolink/commit/b510b3cc75caee2de0b4c69cccfdfc00ede5b5df)) + ## [1.3.0](https://github.com/execaman/discolink/compare/v1.2.1...v1.3.0) (2025-11-14) diff --git a/package-lock.json b/package-lock.json index 09fe808..701fe4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discolink", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discolink", - "version": "1.3.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.13.2", diff --git a/package.json b/package.json index ee804ea..7d39d01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "discolink", - "version": "1.3.0", + "version": "2.0.0", "description": "A javascript library for discord bots to interact with Lavalink", "exports": { ".": {