Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.5...v3.0.0) (2023-03-31)

### ⚠ BREAKING CHANGES

* when the entire pipeline is synchronous, the return value will now be synchronous

### Bug Fixes

* do not create unnecessary async work ([#66](#66)) ([e583174](e583174))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent e583174 commit bde41f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/alanshaw/it-pipe/compare/v2.0.5...v3.0.0) (2023-03-31)


### ⚠ BREAKING CHANGES

* when the entire pipeline is synchronous, the return value will now be synchronous

### Bug Fixes

* do not create unnecessary async work ([#66](https://github.com/alanshaw/it-pipe/issues/66)) ([e583174](https://github.com/alanshaw/it-pipe/commit/e58317482c0d08fe268a370f7d2e4d8fa3f6f0c1))

## [2.0.5](https://github.com/alanshaw/it-pipe/compare/v2.0.4...v2.0.5) (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-pipe",
"version": "2.0.5",
"version": "3.0.0",
"description": "Utility to \"pipe\" async iterables together",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit bde41f4

Please sign in to comment.