Skip to content

Commit

Permalink
release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix authored Apr 13, 2023
1 parent 386c83c commit b94e8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [v5.1.0](https://github.com/jipaix/xdccjs/tree/v5.1.0)
## [v5.1.1](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 })`
### feat(lib)
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.0",
"version": "5.1.2",
"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 b94e8da

Please sign in to comment.