v1.0.0-beta.11
This commit is contained in:
parent
e609613519
commit
fd1ff3359c
@ -1,5 +1,12 @@
|
|||||||
# Bcoin Release Notes & Changelog
|
# Bcoin Release Notes & Changelog
|
||||||
|
|
||||||
|
## v1.0.0-beta.11
|
||||||
|
|
||||||
|
### Notable Changes
|
||||||
|
|
||||||
|
- __networks__ - Simnet params have been fixed.
|
||||||
|
- __cli__ - Chain reset call has been fixed.
|
||||||
|
|
||||||
## v1.0.0-beta.10
|
## v1.0.0-beta.10
|
||||||
|
|
||||||
### Notable Changes
|
### Notable Changes
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
* @const {String}
|
* @const {String}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = 'v1.0.0-beta.10';
|
exports.version = 'v1.0.0-beta.11';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repository URL.
|
* Repository URL.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-beta.10",
|
"version": "1.0.0-beta.11",
|
||||||
"description": "Bitcoin bike-shed",
|
"description": "Bitcoin bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user