Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## it-foreach [2.1.0](it-foreach-2.0.7...it-foreach-2.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 375a6db commit 59fe651
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/it-foreach/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## it-foreach [2.1.0](https://github.com/achingbrain/it/compare/it-foreach-2.0.7...it-foreach-2.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-foreach [2.0.7](https://github.com/achingbrain/it/compare/it-foreach-v2.0.6...it-foreach-2.0.7) (2024-04-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-foreach/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-foreach",
"version": "2.0.7",
"version": "2.1.0",
"description": "Invokes the passed function for each item in an iterable",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 59fe651

Please sign in to comment.