Skip to content

Commit 8dcf08f

Browse files
authored
bump version for release
1 parent 50e3bbc commit 8dcf08f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip-stream",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "a streaming zip archive generator.",
55
"homepage": "https://github.com/archiverjs/node-zip-stream",
66
"author": {
@@ -18,7 +18,8 @@
1818
"type": "module",
1919
"exports": "index.js",
2020
"files": [
21-
"index.js"
21+
"index.js",
22+
"utils.js"
2223
],
2324
"engines": {
2425
"node": ">=18"

0 commit comments

Comments
 (0)