Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Sep 3, 2023
1 parent a2a1302 commit 00aff33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip-stream",
"version": "5.0.0",
"version": "5.0.1",
"description": "a streaming zip archive generator.",
"homepage": "https://github.com/archiverjs/node-zip-stream",
"author": {
Expand All @@ -27,8 +27,8 @@
"jsdoc": "jsdoc -c jsdoc.json README.md"
},
"dependencies": {
"archiver-utils": "^4.0.0",
"compress-commons": "^5.0.0",
"archiver-utils": "^4.0.1",
"compress-commons": "^5.0.1",
"readable-stream": "^3.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 00aff33

Please sign in to comment.