Skip to content

Commit

Permalink
release 5.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed May 4, 2024
1 parent 6aae1ea commit a559a4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [v5.4.8](https://github.com/jipaix/xdccjs/tree/v5.4.8)
## [v5.4.9](https://github.com/jipaix/xdccjs/tree/v5.4.9)
### deprecate
* Node versions below 16.0.0 aren't supported anymore
### feat(lib)
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.8",
"version": "5.4.9",
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit a559a4a

Please sign in to comment.