Skip to content

Commit dafe5ae

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.4...v6.0.0) (2023-11-29) ### ⚠ BREAKING CHANGES * yield uint8arraylists (#65) ### Features * yield uint8arraylists ([#65](#65)) ([9ffc44d](9ffc44d))
1 parent 9ffc44d commit dafe5ae

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+
## [6.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.4...v6.0.0) (2023-11-29)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* yield uint8arraylists (#65)
7+
8+
### Features
9+
10+
* yield uint8arraylists ([#65](https://github.com/ChainSafe/js-libp2p-yamux/issues/65)) ([9ffc44d](https://github.com/ChainSafe/js-libp2p-yamux/commit/9ffc44dd2d924562da02a616f601b21bf9c13858))
11+
112
## [5.0.4](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.3...v5.0.4) (2023-11-29)
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": "@chainsafe/libp2p-yamux",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"description": "Yamux stream multiplexer for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",

0 commit comments

Comments
 (0)