Skip to content

Commit a559a4a

Browse files
committed
release 5.4.9
1 parent 6aae1ea commit a559a4a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
id-token: write
811
steps:
912
- uses: actions/checkout@v4
1013
# Setup .npmrc file to publish to npm

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [v5.4.8](https://github.com/jipaix/xdccjs/tree/v5.4.8)
2+
## [v5.4.9](https://github.com/jipaix/xdccjs/tree/v5.4.9)
33
### deprecate
44
* Node versions below 16.0.0 aren't supported anymore
55
### feat(lib)

package-lock.json

+5-3
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": "5.4.8",
3+
"version": "5.4.9",
44
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)