diff --git a/package-lock.json b/package-lock.json index 0810a24..156f5d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluent-streams", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fluent-streams", - "version": "0.5.2", + "version": "0.6.0", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index 87c8b51..56459a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-streams", - "version": "0.5.2", + "version": "0.6.0", "description": "Fluent API for JavaScript iterables processing", "main": "dist/index.js", "module": "dist/index.mjs",