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

Commit

Permalink
release/v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed Aug 6, 2020
1 parent 8bb5d85 commit 36c4ec8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ Creates an instance of 3Box
| opts.addressServer | <code>String</code> | URL of the Address Server |
| opts.ghostPinbot | <code>String</code> | MultiAddress of a Ghost Pinbot node |
| opts.supportCheck | <code>String</code> | Gives browser alert if 3boxjs/ipfs not supported in browser env, defaults to true. You can also set to false to implement your own alert and call Box.support to check if supported. |
| opts.iframeCache | <code>Boolean</code> | Enable iframe cache for ipfs/orbit, defaults to true |
<a name="Box.supported"></a>
Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## v1.21.0 - 2020-08-06

* feat: shared ipfs and orbitdb iframe cache for faster auth/openbox and syncs
* fix: ledger support

## 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.

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.3",
"version": "1.21.0",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {
Expand Down

0 comments on commit 36c4ec8

Please sign in to comment.