From 9b596d0e026bf935da63910e972d09b5d098d4f4 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 19 Feb 2025 15:04:09 +0100 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9feecc4..d3d01ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [2.4.0] - 2025-02-19 + - Add second param `index` to all predicates. This will make operations like partitioning a list based on the element position as easy as partitioning based on the element value, for example: diff --git a/package-lock.json b/package-lock.json index d3152da..6e179b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "itertools", - "version": "2.3.2", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "itertools", - "version": "2.3.2", + "version": "2.4.0", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.17.3", diff --git a/package.json b/package.json index 4308f2f..0ddc533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itertools", - "version": "2.3.2", + "version": "2.4.0", "description": "A JavaScript port of Python's awesome itertools standard library", "license": "MIT", "repository": {