Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.2...v5.0.0) (2023-08-03)

### ⚠ BREAKING CHANGES

* stream close methods are now asyc, requires libp2p@0.46.x or later

* chore: pr comments

* chore: remove readState/writeState as they are not used any more

### Features

* close streams gracefully ([#57](#57)) ([2bd88a8](2bd88a8))
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent 2bd88a8 commit e4fac56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [5.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v4.0.2...v5.0.0) (2023-08-03)


### ⚠ BREAKING CHANGES

* stream close methods are now asyc, requires libp2p@0.46.x or later

* chore: pr comments

* chore: remove readState/writeState as they are not used any more

### Features

* close streams gracefully ([#57](https://github.com/ChainSafe/js-libp2p-yamux/issues/57)) ([2bd88a8](https://github.com/ChainSafe/js-libp2p-yamux/commit/2bd88a8a8ec123bd220fad450645f61aea44258a))

## [4.0.2](https://github.com/ChainSafe/js-libp2p-yamux/compare/v4.0.1...v4.0.2) (2023-05-17)


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": "@chainsafe/libp2p-yamux",
"version": "4.0.2",
"version": "5.0.0",
"description": "Yamux stream multiplexer for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",
Expand Down

0 comments on commit e4fac56

Please sign in to comment.