diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md new file mode 100644 index 00000000..7ce73048 --- /dev/null +++ b/packages/it-parallel/CHANGELOG.md @@ -0,0 +1,20 @@ +## [it-parallel-v3.0.0](https://github.com/achingbrain/it/compare/it-parallel-v2.0.1...it-parallel-v3.0.0) (2022-10-17) + + +### ⚠ BREAKING CHANGES + +* all modules are now published as ESM-only + +### Features + +* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) + + +### Bug Fixes + +* use EventTarget instead of EventEmitter ([#27](https://github.com/achingbrain/it/issues/27)) ([da0c69f](https://github.com/achingbrain/it/commit/da0c69f7ab16ddf6dd488cfed5844d1e6fa10366)) + + +### Dependencies + +* update sibling dependencies ([1415cdd](https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938)) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index 67f78f66..a3b21cdd 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "2.0.2", + "version": "3.0.0", "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 ", "license": "Apache-2.0 OR MIT",