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

Commit

Permalink
Release v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Dec 2, 2019
1 parent 4731074 commit 97ada0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,10 @@ Creates a proof that links an ethereum address to the 3Box account of the user.
**Kind**: instance method of [<code>Box</code>](#Box)
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [link] | <code>Object</code> | | Optional link object with type or proof |
| [link.type] | <code>String</code> | <code>&#x27;ethereum-eoa&#x27;</code> | The type of link (default 'ethereum') |
| [link.proof] | <code>Object</code> | | Proof object, should follow [spec](https://github.com/3box/3box/blob/master/3IPs/3ip-5.md) |
| Param | Type | Description |
| --- | --- | --- |
| [link] | <code>Object</code> | Optional link object with type or proof |
| [link.proof] | <code>Object</code> | Proof object, should follow [spec](https://github.com/3box/3box/blob/master/3IPs/3ip-5.md) |
<a name="Box+removeAddressLink"></a>
Expand Down
8 changes: 7 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes
j

## v1.14.0 - 2019-12-02
* feat: Support IdentityWallet v1.0.0 🎉
* chore: use ethers v5

* fix: add 'latest' parameter to `get_code` call (note: this was moved to the 3id-blockchain-utils package)

## v1.13.2 - 2019-11-15
* fix: check for 3id provider support in a better way

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

0 comments on commit 97ada0f

Please sign in to comment.