From 3066600b811753bd9c85831a8ecd5c6ca248f2aa Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 9 Apr 2023 14:53:57 -0700 Subject: [PATCH] 5.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34c02ba..acb4994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minipass", - "version": "4.2.7", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minipass", - "version": "4.2.7", + "version": "5.0.0", "license": "ISC", "devDependencies": { "@types/node": "^17.0.41", diff --git a/package.json b/package.json index f891a14..0e20e98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minipass", - "version": "4.2.7", + "version": "5.0.0", "description": "minimal implementation of a PassThrough stream", "main": "./index.js", "module": "./index.mjs",