Skip to content

Commit 58e9cc6

Browse files
Merge pull request #199 from ElrondNetwork/reference-blake2b
Add missing package "blake2b" (removed by mistake).
2 parents bed3df4 + 7b15a4b commit 58e9cc6

File tree

3 files changed

+75
-33
lines changed

3 files changed

+75
-33
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
## Unreleased
88
- TBD
99

10+
## 10.1.1
11+
- [Add missing package "blake2b" (removed by mistake)](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/199)
12+
1013
## 10.1.0
1114
- [Fix exports and prepare release of erdjs 10](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/197)
1215
- [Bit of cleanup prior release (breaking changes), update readme & docs. Add payload builders for token transfers](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/196)

package-lock.json

Lines changed: 70 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elrondnetwork/erdjs",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "Smart Contracts interaction framework",
55
"main": "out/index.js",
66
"types": "out/index.d.js",
@@ -29,6 +29,7 @@
2929
"@elrondnetwork/transaction-decoder": "0.1.0",
3030
"bech32": "1.1.4",
3131
"bignumber.js": "9.0.1",
32+
"blake2b": "2.1.3",
3233
"buffer": "6.0.3",
3334
"json-duplicate-key-handle": "1.0.0",
3435
"keccak": "3.0.1",

0 commit comments

Comments
 (0)