Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [it-parallel-v3.0.0](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](#28)) ([f8a38bf](f8a38bf))

### Bug Fixes

* use EventTarget instead of EventEmitter ([#27](#27)) ([da0c69f](da0c69f))

### Dependencies

* update sibling dependencies ([1415cdd](1415cdd))
  • Loading branch information
semantic-release-bot committed Oct 17, 2022
1 parent 43c7be2 commit 57e9c07
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/it-parallel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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": "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 <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 57e9c07

Please sign in to comment.