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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Aug 17, 2019
1 parent 84bb77c commit 4d0a247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.10.7 - 2019-08-17
* fix: listAddressLinks now returns all links correctly
* fix: linkAddress now sends link to address-server

## v1.10.6 - 2019-08-13
* fix: Correctly encode DIDs on api calls

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.6",
"version": "1.10.7",
"description": "Interact with user data",
"main": "lib/3box.js",
"directories": {
Expand Down
1 change: 0 additions & 1 deletion src/3box.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ class Box {
// we can just sign an empty JWT as a proof that we own this DID
await this.public.set('proof_did', await this._3id.signJWT(), { noLink: true })
}

}

async _writeAddressLink (proof) {
Expand Down

0 comments on commit 4d0a247

Please sign in to comment.