diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b83eeed..8a069359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package-lock.json b/package-lock.json index 6c1492b1..d7cfa071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@elrondnetwork/erdjs", - "version": "9.0.3", + "version": "9.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3239,7 +3239,6 @@ "version": "6.0.3", "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "dev": true, "requires": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" diff --git a/package.json b/package.json index 824e247a..885d3f50 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",