diff --git a/package-lock.json b/package-lock.json index edf564b..998a885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minipass", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minipass", - "version": "6.0.0", + "version": "6.0.1", "license": "ISC", "devDependencies": { "@types/node": "^17.0.41", diff --git a/package.json b/package.json index 7c610b5..84661e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minipass", - "version": "6.0.0", + "version": "6.0.1", "description": "minimal implementation of a PassThrough stream", "main": "./index.js", "module": "./index.mjs",