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 Oct 16, 2024
1 parent 50e3bbc commit 8dcf08f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip-stream",
"version": "7.0.0",
"version": "7.0.1",
"description": "a streaming zip archive generator.",
"homepage": "https://github.com/archiverjs/node-zip-stream",
"author": {
Expand All @@ -18,7 +18,8 @@
"type": "module",
"exports": "index.js",
"files": [
"index.js"
"index.js",
"utils.js"
],
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 8dcf08f

Please sign in to comment.