Skip to content

Commit c951340

Browse files
chore(release): 3.0.2 [skip ci]
## [it-parallel-v3.0.2](it-parallel-v3.0.1...it-parallel-v3.0.2) (2023-03-30) ### Trivial Changes * update project config, fix broken badges ([#53](#53)) ([e56c6ae](e56c6ae)) ### Dependencies * update sibling dependencies ([8b60209](8b60209))
1 parent 5f72696 commit c951340

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/it-parallel/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [it-parallel-v3.0.2](https://github.com/achingbrain/it/compare/it-parallel-v3.0.1...it-parallel-v3.0.2) (2023-03-30)
2+
3+
4+
### Trivial Changes
5+
6+
* update project config, fix broken badges ([#53](https://github.com/achingbrain/it/issues/53)) ([e56c6ae](https://github.com/achingbrain/it/commit/e56c6ae9a0a766b5eab77040e92b2e034ce52d2e))
7+
8+
9+
### Dependencies
10+
11+
* update sibling dependencies ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b))
12+
113
## [it-parallel-v3.0.1](https://github.com/achingbrain/it/compare/it-parallel-v3.0.0...it-parallel-v3.0.1) (2023-03-02)
214

315

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.1",
3+
"version": "3.0.2",
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)