Skip to content

Commit

Permalink
Merge pull request #31 from ElrondNetwork/bugfix-export-user-verifier
Browse files Browse the repository at this point in the history
Bugfix export user verifier
  • Loading branch information
ccorcoveanu authored Jul 20, 2021
2 parents e49b21c + e00e96c commit a56967d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [6.3.1]
- [Bugfix - Exported UserVerifier #31](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/31)

## [6.3.0]
- [Added message signing component #28](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/28)

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": "@elrondnetwork/erdjs",
"version": "6.3.0",
"version": "6.3.1",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
1 change: 1 addition & 0 deletions src/walletcore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export * from "./userWallet";
export * from "./userKeys";
export * from "./validatorKeys";
export * from "./userSigner";
export * from "./userVerifier";
export * from "./validatorSigner";

0 comments on commit a56967d

Please sign in to comment.