Skip to content

Commit ea3acef

Browse files
chore(release): 7.0.1 [skip ci]
## [7.0.1](v7.0.0...v7.0.1) (2024-09-25) ### Bug Fixes * switch missing stream log to trace ([#90](#90)) ([96bfe96](96bfe96))
1 parent 96bfe96 commit ea3acef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.0.1](https://github.com/ChainSafe/js-libp2p-yamux/compare/v7.0.0...v7.0.1) (2024-09-25)
2+
3+
### Bug Fixes
4+
5+
* switch missing stream log to trace ([#90](https://github.com/ChainSafe/js-libp2p-yamux/issues/90)) ([96bfe96](https://github.com/ChainSafe/js-libp2p-yamux/commit/96bfe96d6df52d0b9ea55a87ac8c1f87fdd50a6b))
6+
17
## [7.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v6.0.2...v7.0.0) (2024-09-11)
28

39
### ⚠ BREAKING CHANGES

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": "7.0.0",
3+
"version": "7.0.1",
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)