From 31f96c6d682f66d2c4cc7ad198dc430d68616f51 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sun, 1 May 2022 16:46:37 -0400 Subject: [PATCH] 7.0.3 --- 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 ffb60c6b..189961e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streaming-iterables", - "version": "7.0.2", + "version": "7.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streaming-iterables", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "devDependencies": { "@microsoft/api-extractor": "^7.23.0", diff --git a/package.json b/package.json index 34ac69f3..ed04cc67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streaming-iterables", - "version": "7.0.2", + "version": "7.0.3", "description": "A collection of utilities for async iterables. Designed to replace your streams.", "main": "./dist/index.js", "module": "./dist/index.mjs",