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.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Sep 12, 2019
1 parent ed577d0 commit 45a7af3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ idUtils.verifyClaim(claim)
* [.getVerifiedAccounts(profile)](#Box.getVerifiedAccounts) ⇒ <code>Object</code>
* [.openBox(address, ethereumProvider, opts)](#Box.openBox) ⇒ [<code>Box</code>](#Box)
* [.isLoggedIn(address)](#Box.isLoggedIn) ⇒ <code>Boolean</code>
* [.getIPFS()](#Box.getIPFS) ⇒ <code>IPFS</code>
<a name="new_Box_new"></a>
Expand Down Expand Up @@ -661,6 +662,13 @@ Check if the given address is logged in
| --- | --- | --- |
| address | <code>String</code> | An ethereum address |
<a name="Box.getIPFS"></a>
#### Box.getIPFS() ⇒ <code>IPFS</code>
Instanciate ipfs used by 3Box without calling openBox.
**Kind**: static method of [<code>Box</code>](#Box)
**Returns**: <code>IPFS</code> - the ipfs instance
<a name="KeyValueStore"></a>
### KeyValueStore
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.10 - 2019-09-12
* feat: add method to get ipfs instance without openBox

## v1.10.9 - 2019-09-10
* fix: allow multiple tab connections (support)

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

0 comments on commit 45a7af3

Please sign in to comment.