Skip to content

Commit 5494bff

Browse files
committed
release 4.6.5
1 parent c12dd24 commit 5494bff

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+
## [v4.6.5](https://github.com/jipaix/xdccjs/tree/v4.6.5)
3+
### refactor(lib)
4+
* add more 'debug' events
5+
### Fix(deps)
6+
* fix potential security threat: Prototype Pollution in JSON5 via Parse Method
7+
---
28
## [v4.6.2](https://github.com/jipaix/xdccjs/tree/v4.6.2)
39
### Feat(lib)
410
* add 'debug' event

package.json

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