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.0...v3.0.0) (2022-01-14)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#4](#4)) ([0524b18](0524b18))

### Trivial Changes

* update repo name ([#5](#5)) ([1e0b51d](1e0b51d))
  • Loading branch information
semantic-release-bot committed Jan 14, 2022
1 parent 1e0b51d commit 9d423dd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [3.0.0](https://github.com/jacobheun/it-handshake/compare/v2.0.0...v3.0.0) (2022-01-14)


### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#4](https://github.com/jacobheun/it-handshake/issues/4)) ([0524b18](https://github.com/jacobheun/it-handshake/commit/0524b18eac3c7ff4f30c2bc2abba78669f4b172f))


### Trivial Changes

* update repo name ([#5](https://github.com/jacobheun/it-handshake/issues/5)) ([1e0b51d](https://github.com/jacobheun/it-handshake/commit/1e0b51d2defdf38f079a00b65c0e258410e01569))

# [2.0.0](https://github.com/jacobheun/it-handshake/compare/v1.0.2...v2.0.0) (2021-04-08)


Expand All @@ -24,6 +40,3 @@
### Features

* initial implementation ([449cb61](https://github.com/jacobheun/it-handshake/commit/449cb61))



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": "2.0.0",
"version": "3.0.0",
"description": "Create handshakes for binary protocols with iterable streams",
"homepage": "https://github.com/jacobheun/it-handshake#readme",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 9d423dd

Please sign in to comment.