From 3033735f604aeb3c8923fc8945bdb47f0726a03d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2019 10:42:26 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.6 [skip ci] # [1.0.0-alpha.6](https://github.com/liam-grace/blockchain-node-generator/compare/v1.0.0-alpha.5@alpha...v1.0.0-alpha.6@alpha) (2019-10-11) ### Bug Fixes * **CA:** Set correct CA name ([a9df8b4](https://github.com/liam-grace/blockchain-node-generator/commit/a9df8b4c3777f1aee17cc0f59c9306d6a7a75bc4)) ### Features * **cli:** Map 0.0.0.0 to localhost ([0a8df62](https://github.com/liam-grace/blockchain-node-generator/commit/0a8df624904b8cb3fa188f049b693229c8727dd5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeaef2f..a47a16f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockchain-node-generator", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "CLI tool that generates node files from a local network for IBM Blockchain Platform", "main": "dist/index.js", "bin": {