Skip to content

Commit a0ef679

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](libp2p/js-libp2p-pubsub@v2.0.0...v3.0.0) (2022-06-16) ### ⚠ BREAKING CHANGES * update to simpler connection api ### Trivial Changes * update deps ([#76](libp2p/js-libp2p-pubsub#76)) ([50d1a5f](libp2p/js-libp2p-pubsub@50d1a5f))
1 parent 50d1a5f commit a0ef679

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+
## [3.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v2.0.0...v3.0.0) (2022-06-16)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update to simpler connection api
7+
8+
### Trivial Changes
9+
10+
* update deps ([#76](https://github.com/libp2p/js-libp2p-pubsub/issues/76)) ([50d1a5f](https://github.com/libp2p/js-libp2p-pubsub/commit/50d1a5fdb487f264f1f9da1facf96f4da6836649))
11+
112
## [2.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v1.3.0...v2.0.0) (2022-06-15)
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": "2.0.0",
3+
"version": "3.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)