Skip to content

Commit 7226d5a

Browse files
committed
4.4.2
1 parent 4030d80 commit 7226d5a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/node.js.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
registry-url: 'https://registry.npmjs.org'
4747
- run: |
4848
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
49+
npm install
4950
npm publish
5051
if: steps.version-updated.outputs.has-updated
5152
env:

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
2-
## [v4.4.1](https://github.com/jipaix/xdccjs/tree/v4.4.0)
3-
## Fix + Chore(deps)
2+
## [v4.4.8](https://github.com/jipaix/xdccjs/tree/v4.4.0)
3+
## Fix(lib) + Chore(deps)
44
* fix issue within commonjs context
55
* remove `public-ip`
66
* add "custom" `getIp` function
7+
## Fix(ci)
8+
* fix automated releases on npm
9+
* update discord bot to new API
710
---
811
## [v4.4.0](https://github.com/jipaix/xdccjs/tree/v4.4.0)
912

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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