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

Commit

Permalink
Release v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Jul 26, 2019
1 parent 1aed9d5 commit ac17979
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ Opens the 3Box associated with the given address
| opts.pinningNode | <code>String</code> | A string with an ipfs multi-address to a 3box pinning node |
| opts.ipfs | <code>Object</code> | A js-ipfs ipfs object |
| opts.addressServer | <code>String</code> | URL of the Address Server |
| opts.contentSignature | <code>String</code> | A signature, provided by a client of 3box using the private keys associated with the given address, of the 3box consent message |
<a name="Box.isLoggedIn"></a>
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## v1.10.3 - 2019-07-26
* fix: resolves issue with portis and fortmatic web3 providers

## v1.10.2 - 2019-07-25
* feat: allow `consentSignature` to be passed as an option to `openBox`

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

0 comments on commit ac17979

Please sign in to comment.