From 203022415fd3c43610a89852164318916bb16a44 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ALLEGRO <26584973+JiPaix@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:38:37 +0000 Subject: [PATCH] release 5.1.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f898a23..bb03490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## [v5.1.5](https://github.com/jipaix/xdccjs/tree/v5.1.5) +### feat(lib) +* add add throttle/ipv6 status to `Job.show()` +### fix(lib) +* `download()` throttle's option was treated as Bytes instead of KiB +--- ## [v5.1.2](https://github.com/jipaix/xdccjs/tree/v5.1.2) ### BREAKING CHANGES * `xdcc.download`'s ipv6 parameter must be passed through an object: `xdcc.download('bot', 1, { ipv6: true })` diff --git a/package.json b/package.json index 503a266..32232ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdccjs", - "version": "5.1.2", + "version": "5.1.5", "description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol", "engines": { "node": ">=14.0.0"