diff --git a/README.md b/README.md index bd9bcce6..25ca230a 100644 --- a/README.md +++ b/README.md @@ -420,11 +420,10 @@ Creates a proof that links an ethereum address to the 3Box account of the user. **Kind**: instance method of [Box](#Box) -| Param | Type | Default | Description | -| --- | --- | --- | --- | -| [link] | Object | | Optional link object with type or proof | -| [link.type] | String | 'ethereum-eoa' | The type of link (default 'ethereum') | -| [link.proof] | Object | | Proof object, should follow [spec](https://github.com/3box/3box/blob/master/3IPs/3ip-5.md) | +| Param | Type | Description | +| --- | --- | --- | +| [link] | Object | Optional link object with type or proof | +| [link.proof] | Object | Proof object, should follow [spec](https://github.com/3box/3box/blob/master/3IPs/3ip-5.md) | diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 37e67ade..b9c68d7c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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 diff --git a/package.json b/package.json index e56ec427..47c9518b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.13.2", + "version": "1.14.0", "description": "Interact with user data", "main": "lib/3box.js", "directories": {