From 61daf303dc475af9a447d1024114411d3b26dd06 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 1 Nov 2023 21:29:26 +0700 Subject: [PATCH] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45b69f1..bc073e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "first-chunk-stream", - "version": "5.0.0", + "version": "6.0.0", "description": "Buffer and transform the n first bytes of a stream", "license": "MIT", "repository": "sindresorhus/first-chunk-stream",