diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e18c011a..bb5558e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +#### v0.0.7 +##### 2020-11-26 + +- Fix coreApi.getBlockByHeight if BTCEXP_BLOCK_BY_HEIGHT_SUPPORT=true +- Fix an display error in Unconfirmed Transactions view + + #### v0.0.6 ##### 2020-11-25 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index abacfbc60..b00f9465e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bch-rpc-explorer", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de26f9f1f..ceb88da77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bch-rpc-explorer", - "version": "0.0.6", + "version": "0.0.7", "description": "Self-hosted Bitcoin Cash blockchain explorer", "private": false, "bin": "bin/cli.js",