Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 5e89a19

Browse files
authored
Merge pull request #849 from 3box/fix/update-libp2p-pubsub
Fix/update libp2p pubsub (Release 1.20.1)
2 parents 6f819b2 + f44b0cf commit 5e89a19

4 files changed

Lines changed: 2399 additions & 1640 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ tmp/
77
.DS_Store
88
yarn.lock
99
orbitdb
10-
.idea
10+
.idea
11+
example/build.js

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## v1.20.1 - 2020-06-23
4+
* fix: bump libp2p-pubsub
5+
36
## v1.20.0 - 2020-06-15
47
This release brings new IPFS features/performance in 0.44.0, and decreases bundled size by 1mb. Based on feedback from our first 3ID-Connect release, this brings a new more lightweight version and refactor. With these changes you need to pass a provider (as before) when creating or authenticating. The function get3idConnectProvider() is no longer available, when passing a provider we create a 3ID-Connect provider in the background. The recommended way to initialize a session is now as follows.
58

0 commit comments

Comments
 (0)