Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [it-foreach-v2.0.1](it-foreach-v2.0.0...it-foreach-v2.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 8781433 commit 6d50f41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/it-foreach/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [it-foreach-v2.0.1](https://github.com/achingbrain/it/compare/it-foreach-v2.0.0...it-foreach-v2.0.1) (2023-03-31)


### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152))

## [it-foreach-v2.0.0](https://github.com/achingbrain/it/compare/it-foreach-v1.0.1...it-foreach-v2.0.0) (2023-03-30)


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.0",
"version": "2.0.1",
"description": "Invokes the passed function for each item in an iterable",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 6d50f41

Please sign in to comment.