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

Commit

Permalink
release v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed Jul 13, 2020
1 parent acbf943 commit 5343d1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes

## v1.20.1 - 2020-07-09
## v1.20.3 - 2020-07-13
This release upgrades ipfs to 0.46.0, adds a fix that may allow some older accounts to be loaded/synced again, and downgrades libp2p-pubsub as temporary fix for connect/gossipsub errors.

* fix: timeout adress links which dont resolve ipfs.dag.get
* chore: up ipfs 0.46.0
* fix: downgrade libp2p-pubsub, 0.4.7 throwing error

## v1.20.2 - 2020-07-09
Fixes getting verified accounts (getVerifiedAccounts)

* fix: pass correct ipfs mock to resolve did
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3box",
"version": "1.20.2",
"version": "1.20.3",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {
Expand Down

0 comments on commit 5343d1b

Please sign in to comment.