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",