Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.5...v2.0.0) (2023-04-04)

### ⚠ BREAKING CHANGES

* the `TSource` and `TSink` generic arguments to the `Duplex` type now refer to the stream type and not the type of objects yielded by the stream

### Bug Fixes

* be explicit about sync/async behaviour ([#45](#45)) ([374296f](374296f))
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent 374296f commit 02d1391
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 @@
## [2.0.0](https://github.com/achingbrain/it-stream-types/compare/v1.0.5...v2.0.0) (2023-04-04)


### ⚠ BREAKING CHANGES

* the `TSource` and `TSink` generic arguments to the `Duplex` type now refer to the stream type and not the type of objects yielded by the stream

### Bug Fixes

* be explicit about sync/async behaviour ([#45](https://github.com/achingbrain/it-stream-types/issues/45)) ([374296f](https://github.com/achingbrain/it-stream-types/commit/374296f61a40ecd9522ca558d205728df5817dde))

## [1.0.5](https://github.com/achingbrain/it-stream-types/compare/v1.0.4...v1.0.5) (2022-12-16)


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-stream-types",
"version": "1.0.5",
"version": "2.0.0",
"description": "Typescript types for AsyncIterable sink/source/duplex streams",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 02d1391

Please sign in to comment.