Skip to content

Commit 8f85f86

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](libp2p/js-libp2p-pubsub@v5.0.1...v6.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#115) ### Bug Fixes * update multiformats to v11 ([#115](libp2p/js-libp2p-pubsub#115)) ([148f554](libp2p/js-libp2p-pubsub@148f554))
1 parent 148f554 commit 8f85f86

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v5.0.1...v6.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update multiformats to v11 (#115)
7+
8+
### Bug Fixes
9+
10+
* update multiformats to v11 ([#115](https://github.com/libp2p/js-libp2p-pubsub/issues/115)) ([148f554](https://github.com/libp2p/js-libp2p-pubsub/commit/148f5548001896869caca90c3cad9d8d363638f0))
11+
112
## [5.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v5.0.0...v5.0.1) (2022-12-16)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pubsub",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "libp2p pubsub base class",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",

0 commit comments

Comments
 (0)