diff --git a/package-lock.json b/package-lock.json index 210f5c35..3cd42b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "streaming-iterables", - "version": "5.0.4", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 042fa1ec..0a219754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-iterables", - "version": "5.0.4", + "version": "6.0.0", "description": "A collection of utilities for async iterables. Designed to replace your streams.", "main": "./dist/index.js", "module": "./dist/index.mjs",