Skip to content

Commit

Permalink
release 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix authored Apr 18, 2023
1 parent 63ce28c commit 2030224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 })`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2030224

Please sign in to comment.