Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2022-08-10)

### Bug Fixes

* support streams with different sink and source types ([#28](#28)) ([cc1bac4](cc1bac4))
  • Loading branch information
semantic-release-bot committed Aug 10, 2022
1 parent cc1bac4 commit 12cc27d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.1](https://github.com/jacobheun/it-handshake/compare/v4.1.0...v4.1.1) (2022-08-10)


### Bug Fixes

* support streams with different sink and source types ([#28](https://github.com/jacobheun/it-handshake/issues/28)) ([cc1bac4](https://github.com/jacobheun/it-handshake/commit/cc1bac43dacdb50785ea6934dd5977e42d46f206))

## [4.1.0](https://github.com/jacobheun/it-handshake/compare/v4.0.1...v4.1.0) (2022-08-03)


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-handshake",
"version": "4.1.0",
"version": "4.1.1",
"description": "Create handshakes for binary protocols with iterable streams",
"author": "Jacob Heun",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 12cc27d

Please sign in to comment.