Skip to content

Commit 4a561e2

Browse files
chore(release): 3.0.3 [skip ci]
## [it-parallel-v3.0.3](it-parallel-v3.0.2...it-parallel-v3.0.3) (2023-05-09) ### Dependencies * **dev:** bump aegir from 38.1.8 to 39.0.2 ([#66](#66)) ([a92bb16](a92bb16))
1 parent 2172cb0 commit 4a561e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/it-parallel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [it-parallel-v3.0.3](https://github.com/achingbrain/it/compare/it-parallel-v3.0.2...it-parallel-v3.0.3) (2023-05-09)
2+
3+
4+
### Dependencies
5+
6+
* **dev:** bump aegir from 38.1.8 to 39.0.2 ([#66](https://github.com/achingbrain/it/issues/66)) ([a92bb16](https://github.com/achingbrain/it/commit/a92bb1690e8d584292e37c878d40f437036721a7))
7+
18
## [it-parallel-v3.0.2](https://github.com/achingbrain/it/compare/it-parallel-v3.0.1...it-parallel-v3.0.2) (2023-03-30)
29

310

packages/it-parallel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-parallel",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"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",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)