Skip to content

Commit b217849

Browse files
Merge pull request #214 from ElrondNetwork/tx-watcher
Minor refactoring
2 parents 7053743 + fde8e72 commit b217849

File tree

4 files changed

+157
-96
lines changed

4 files changed

+157
-96
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.2.5
11+
- [Minor refactoring](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/214)
12+
1013
## 10.2.4
1114
- [Fix for loops](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/212)
1215

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elrondnetwork/erdjs",
3-
"version": "10.2.4",
3+
"version": "10.2.5",
44
"description": "Smart Contracts interaction framework",
55
"main": "out/index.js",
66
"types": "out/index.d.js",

0 commit comments

Comments
 (0)