From 948925d374fb92b007c9648c5b1a93bfa111fd30 Mon Sep 17 00:00:00 2001 From: Tatiana Lagodich Date: Fri, 6 Sep 2024 20:50:09 +0400 Subject: [PATCH] 1.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5e309d..cebe4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iter8or", - "version": "1.0.10", + "version": "1.0.11", "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",