Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## it-reduce [3.1.0](it-reduce-3.0.5...it-reduce-3.1.0) (2024-04-25)

### Features

* pass index to callback functions ([#124](#124)) ([5021757](5021757))

### Trivial Changes

* update changelogs to new format ([33e243d](33e243d))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 5021757 commit ae5e0f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/it-reduce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## it-reduce [3.1.0](https://github.com/achingbrain/it/compare/it-reduce-3.0.5...it-reduce-3.1.0) (2024-04-25)


### Features

* pass index to callback functions ([#124](https://github.com/achingbrain/it/issues/124)) ([5021757](https://github.com/achingbrain/it/commit/50217574d713161b8e7a5595bf6908f6869e4a6d))


### Trivial Changes

* update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31))

## it-reduce [3.0.5](https://github.com/achingbrain/it/compare/it-reduce-v3.0.4...it-reduce-3.0.5) (2024-04-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-reduce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-reduce",
"version": "3.0.5",
"version": "3.1.0",
"description": "Reduces the values yielded from an async iterator",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit ae5e0f8

Please sign in to comment.