Skip to content

Commit a9b0497

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.1...v4.0.0) (2022-06-15) ### ⚠ BREAKING CHANGES * it-pushable types are exported as part of the public api and the default type isn't generic any more ### Trivial Changes * update deps ([#20](#20)) ([ee7417d](ee7417d))
1 parent ee7417d commit a9b0497

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.0](https://github.com/jacobheun/it-handshake/compare/v3.0.1...v4.0.0) (2022-06-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* it-pushable types are exported as part of the public api and the default type isn't generic any more
7+
8+
### Trivial Changes
9+
10+
* update deps ([#20](https://github.com/jacobheun/it-handshake/issues/20)) ([ee7417d](https://github.com/jacobheun/it-handshake/commit/ee7417dec41349b86c3c721de9a7456076ff9529))
11+
112
### [3.0.1](https://github.com/jacobheun/it-handshake/compare/v3.0.0...v3.0.1) (2022-02-16)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-handshake",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Create handshakes for binary protocols with iterable streams",
55
"author": "Jacob Heun",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)