Skip to content

Commit

Permalink
chore(release): 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [it-foreach-v2.0.5](it-foreach-v2.0.4...it-foreach-v2.0.5) (2023-11-12)

### Bug Fixes

* it-foreach should only await thenables ([#100](#100)) ([265af59](265af59))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent 265af59 commit 26b3a5d
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.5](https://github.com/achingbrain/it/compare/it-foreach-v2.0.4...it-foreach-v2.0.5) (2023-11-12)


### Bug Fixes

* it-foreach should only await thenables ([#100](https://github.com/achingbrain/it/issues/100)) ([265af59](https://github.com/achingbrain/it/commit/265af59dc1c4e873dfb39c5de2af347efa73c5da))

## [it-foreach-v2.0.4](https://github.com/achingbrain/it/compare/it-foreach-v2.0.3...it-foreach-v2.0.4) (2023-08-16)


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.4",
"version": "2.0.5",
"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 26b3a5d

Please sign in to comment.