Skip to content

Commit 57dfa65

Browse files
committed
Release 2.2.3
1 parent 4a7aa25 commit 57dfa65

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [2.2.3] - 2024-01-09
4+
35
Fixes a bug where some iterators would render an inputted generator unusable,
46
causing it to no longer be consumable after the iterable returns.
57

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itertools",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A JavaScript port of Python's awesome itertools standard library",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)