Skip to content

Commit

Permalink
Rev 1.0.0, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gilbert committed Jun 8, 2021
1 parent 4b5d625 commit 0a1203d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ const transactionHash = await client.authorizeUser('jay_clayton@gmail.com', '0x0
}
)
```


## Changelog

### 0.0.5 -> 1.0.0 (Breaking Change)

* Changed return value of `sendRequest` to an object including both `.data` and `.errors`. Calls to `currentUser`, `authorizeUser`, and `AdminParticipantUsers` wrap this but remain unchanged in their return value.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokensoft-sdk",
"version": "0.0.5",
"version": "1.0.0",
"description": "![Logo](./docs/img/logo.png)",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 0a1203d

Please sign in to comment.