From 9d90704b83763c05ce17afae3f940544b8c7ba0f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 23 Jul 2017 08:33:37 -0700 Subject: [PATCH] v1.0.0-beta.14 --- CHANGELOG.md | 7 +++++++ lib/pkg.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39816c338..60ff57b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/pkg.js b/lib/pkg.js index 4678ceb42..2e5919329 100644 --- a/lib/pkg.js +++ b/lib/pkg.js @@ -11,7 +11,7 @@ * @const {String} */ -exports.version = 'v1.0.0-beta.13'; +exports.version = 'v1.0.0-beta.14'; /** * Repository URL. diff --git a/package.json b/package.json index cdfd61f98..f134187fe 100644 --- a/package.json +++ b/package.json @@ -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",