Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldigjo committed Oct 8, 2019
1 parent 6af16dd commit aac4dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

## Version 1.2.3
* Fixes exports to allow `Credentials` to be used as a type

## Version 1.1.0
* New method `Credentials.createPersonalSignRequest()` for creating a message to request a `personal_sign` RPC call from a uPort mobile wallet
* New method `Credentials.createTypedDataSignatureRequest()` for creating a message to request a `eth_signTypedData` RPC call from a uPort mobile wallet
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": "uport-credentials",
"version": "1.2.2",
"version": "1.2.3",
"description": "Library for interacting with uport profiles and attestations",
"main": "lib/index.js",
"umd:main": "lib/index.umd.js",
Expand Down

0 comments on commit aac4dfc

Please sign in to comment.