Skip to content

Commit

Permalink
Merge pull request #214 from ElrondNetwork/tx-watcher
Browse files Browse the repository at this point in the history
Minor refactoring
  • Loading branch information
andreibancioiu authored May 16, 2022
2 parents 7053743 + fde8e72 commit b217849
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 96 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## Unreleased
- TBD

## 10.2.5
- [Minor refactoring](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/214)

## 10.2.4
- [Fix for loops](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/212)

Expand Down
191 changes: 125 additions & 66 deletions package-lock.json

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

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": "10.2.4",
"version": "10.2.5",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
Loading

0 comments on commit b217849

Please sign in to comment.