Skip to content

Commit

Permalink
Version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 1, 2022
1 parent 861eda2 commit 1fe7cac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
- TBD

## [9.1.0]
- [Interactions: enable token transfers ("transfer with execute")](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/131)
- [Fix constructor of `NumericalValue`](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/128).
- [Sketch logs & events, add extra fields on TransactionOnNetwork, define TokenOfAccountOnNetwork](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/129).
- [Extra exports, better `toString()`, better handling of empty addresses, `gasLimit` helpers](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/130).
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elrondnetwork/erdjs",
"version": "9.0.3",
"version": "9.1.0",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand All @@ -25,7 +25,7 @@
"browser-tests": "make clean && make browser-tests && http-server --port=9876 -o browser-tests/index.html",
"lint": "tslint --project .",
"pretest": "npm run compile",
"prepare": "npm run compile && npm run compile-browser && npm run compile-browser-min && npm run compile-browser-nowallet && npm run compile-browser-nowallet-min"
"prepare": "npm run compile"
},
"author": "ElrondNetwork",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 1fe7cac

Please sign in to comment.