Skip to content

Commit 45c365e

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.2...v7.0.0) (2024-09-11) ### ⚠ BREAKING CHANGES * requires libp2p@2.x.x ### Features * add service capabilities definition ([#79](#79)) ([0aff43d](0aff43d)) ### Bug Fixes * upgrade to libp2p@2.x.x ([#84](#84)) ([47556c0](47556c0)) ### Trivial Changes * bump aegir from 42.2.11 to 43.0.1 ([#78](#78)) ([46af2f8](46af2f8)) * update aegir to 42.x.x ([#74](#74)) ([87b4db9](87b4db9)) * update project config ([ca413ad](ca413ad)) ### Dependencies * **dev:** bump aegir from 43.0.3 to 44.1.1 ([#83](#83)) ([0a8b06f](0a8b06f))
1 parent ca413ad commit 45c365e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [7.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v6.0.2...v7.0.0) (2024-09-11)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* requires libp2p@2.x.x
6+
7+
### Features
8+
9+
* add service capabilities definition ([#79](https://github.com/ChainSafe/js-libp2p-yamux/issues/79)) ([0aff43d](https://github.com/ChainSafe/js-libp2p-yamux/commit/0aff43dfb6bc6b4b78ccff9f9186ef65b6a5bbe6))
10+
11+
### Bug Fixes
12+
13+
* upgrade to libp2p@2.x.x ([#84](https://github.com/ChainSafe/js-libp2p-yamux/issues/84)) ([47556c0](https://github.com/ChainSafe/js-libp2p-yamux/commit/47556c0f2c9da48ef8b40cb2fb03431a9c6ae5c9))
14+
15+
### Trivial Changes
16+
17+
* bump aegir from 42.2.11 to 43.0.1 ([#78](https://github.com/ChainSafe/js-libp2p-yamux/issues/78)) ([46af2f8](https://github.com/ChainSafe/js-libp2p-yamux/commit/46af2f8ca49f1a60ae965b70ace6a856c6d03ecc))
18+
* update aegir to 42.x.x ([#74](https://github.com/ChainSafe/js-libp2p-yamux/issues/74)) ([87b4db9](https://github.com/ChainSafe/js-libp2p-yamux/commit/87b4db9a8deb300cb2ba6efe09b0cc13a08c90b3))
19+
* update project config ([ca413ad](https://github.com/ChainSafe/js-libp2p-yamux/commit/ca413ad236e76b836f6c3d2613c0ccc678b29fbd))
20+
21+
### Dependencies
22+
23+
* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#83](https://github.com/ChainSafe/js-libp2p-yamux/issues/83)) ([0a8b06f](https://github.com/ChainSafe/js-libp2p-yamux/commit/0a8b06fdc8d6f3d83dfd2d25b8c6a614ceeefc38))
24+
125
## [6.0.2](https://github.com/ChainSafe/js-libp2p-yamux/compare/v6.0.1...v6.0.2) (2024-02-08)
226

327

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-yamux",
3-
"version": "6.0.2",
3+
"version": "7.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)