v1.0.0-beta.14
This commit is contained in:
parent
2fa5fe6513
commit
9d90704b83
@ -1,5 +1,12 @@
|
||||
# Bcoin Release Notes & Changelog
|
||||
|
||||
## v1.0.0-beta.14
|
||||
|
||||
### Notable Changes
|
||||
|
||||
- __pkg__ - Ignored `bcoin*` files in npmignore have been removed. This fixes
|
||||
the npm install.
|
||||
|
||||
## v1.0.0-beta.13
|
||||
|
||||
### Notable Changes
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* @const {String}
|
||||
*/
|
||||
|
||||
exports.version = 'v1.0.0-beta.13';
|
||||
exports.version = 'v1.0.0-beta.14';
|
||||
|
||||
/**
|
||||
* Repository URL.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bcoin",
|
||||
"version": "1.0.0-beta.13",
|
||||
"version": "1.0.0-beta.14",
|
||||
"description": "Bitcoin bike-shed",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user