Skip to content

Commit 2030224

Browse files
authored
release 5.1.5
1 parent 63ce28c commit 2030224

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## [v5.1.5](https://github.com/jipaix/xdccjs/tree/v5.1.5)
3+
### feat(lib)
4+
* add add throttle/ipv6 status to `Job.show()`
5+
### fix(lib)
6+
* `download()` throttle's option was treated as Bytes instead of KiB
7+
---
28
## [v5.1.2](https://github.com/jipaix/xdccjs/tree/v5.1.2)
39
### BREAKING CHANGES
410
* `xdcc.download`'s ipv6 parameter must be passed through an object: `xdcc.download('bot', 1, { ipv6: true })`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdccjs",
3-
"version": "5.1.2",
3+
"version": "5.1.5",
44
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
55
"engines": {
66
"node": ">=14.0.0"

0 commit comments

Comments
 (0)