Skip to content

Commit

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

### Dependencies

* **dev:** bump delay from 5.0.0 to 6.0.0 ([#68](#68)) ([cf8dc98](cf8dc98))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent 3bf818c commit 6d4f600
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/it-parallel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [it-parallel-v3.0.5](https://github.com/achingbrain/it/compare/it-parallel-v3.0.4...it-parallel-v3.0.5) (2023-11-12)


### Dependencies

* **dev:** bump delay from 5.0.0 to 6.0.0 ([#68](https://github.com/achingbrain/it/issues/68)) ([cf8dc98](https://github.com/achingbrain/it/commit/cf8dc98bc22c9baf22a3620d08c04db6b3f99f6a))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/it-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-parallel",
"version": "3.0.4",
"version": "3.0.5",
"description": "Takes an (async) iterable that emits promise-returning functions, invokes them in parallel up to the concurrency limit and emits the results as they become available, optionally in the same order as the input",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 6d4f600

Please sign in to comment.