Skip to content

Commit

Permalink
release v1.8.3
Browse files Browse the repository at this point in the history
- [CORE-526]
  • Loading branch information
wulfraem committed Oct 8, 2019
1 parent a5a4342 commit c8c1124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
### Features

### Fixes
- fix missing blocks, that could not be retrieved after `newBlockHeaders` was triggered

### Deprecations


## Version 1.8.3
### Fixes
- fix missing blocks, that could not be retrieved after `newBlockHeaders` was triggered


## Version 1.8.2
### Fixes
- fix missing `SignerSignedMessage`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"testunitbrk": "npm run build && mocha --inspect-brk -r ts-node/register $*"
},
"types": "./dist/index.d.ts",
"version": "1.8.2"
"version": "1.8.3"
}

0 comments on commit c8c1124

Please sign in to comment.