Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Apr 4, 2024
1 parent f1b7c19 commit 704ba3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## [Unreleased]

## [2.3.0] - 2024-04-05

- Add new `dupes(iterable, keyFn?)` function, which returns groups of all
duplicate items in iterable.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "itertools",
"version": "2.2.5",
"version": "2.3.0",
"description": "A JavaScript port of Python's awesome itertools standard library",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 704ba3c

Please sign in to comment.