v1.0.0-beta.12
This commit is contained in:
parent
0429d56534
commit
6fde0fd7d8
@ -1,5 +1,13 @@
|
||||
# Bcoin Release Notes & Changelog
|
||||
|
||||
## v1.0.0-beta.12
|
||||
|
||||
### Notable Changes
|
||||
|
||||
- __networks__ - Fixed simnet wpkh prefix.
|
||||
- __http__ - `wallet join` without wallet auth has been fixed for responses.
|
||||
This was causing a hanging issue with the client.
|
||||
|
||||
## v1.0.0-beta.11
|
||||
|
||||
### Notable Changes
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.version = 'v1.0.0-beta.11';
|
||||
exports.version = 'v1.0.0-beta.12';
|
||||
|
||||
/**
|
||||
* Repository URL.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bcoin",
|
||||
"version": "1.0.0-beta.11",
|
||||
"version": "1.0.0-beta.12",
|
||||
"description": "Bitcoin bike-shed",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user