From b04ab8ff3568164458098ff0083e3d667cadb05f Mon Sep 17 00:00:00 2001 From: Tatiana Lagodich Date: Sun, 1 Sep 2024 20:16:36 +0400 Subject: [PATCH] 1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a452152..6639540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iter8or", - "version": "1.0.7", + "version": "1.0.8", "description": "A versatile library for working with iterators and asynchronous iterators in JavaScript. It provides powerful methods for processing, filtering, combining, and transforming data, and even allows the creation of iterators from non-iterable objects.", "main": "dist/iter8or.cjs", "module": "dist/iter8or.mjs",