Skip to content

Commit b94e8da

Browse files
authored
release 5.1.2
1 parent 386c83c commit b94e8da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [v5.1.0](https://github.com/jipaix/xdccjs/tree/v5.1.0)
2+
## [v5.1.1](https://github.com/jipaix/xdccjs/tree/v5.1.2)
33
### BREAKING CHANGES
44
* `xdcc.download`'s ipv6 parameter must be passed through an object: `xdcc.download('bot', 1, { ipv6: true })`
55
### feat(lib)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdccjs",
3-
"version": "5.1.0",
3+
"version": "5.1.2",
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)