From f6a6f3fa67a5c1276c05c5ba6de4fe776b68b5e8 Mon Sep 17 00:00:00 2001 From: Dave Wasmer Date: Thu, 27 Apr 2017 21:16:19 -0600 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b58739..6fff709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.3.0](https://github.com/davewasmer/devcert/compare/v0.2.20...v0.3.0) (2017-04-28) + + +### Bug Fixes + +* fix waitForUser async usage ([9fd27c5](https://github.com/davewasmer/devcert/commit/9fd27c5)) + + +### Features + +* add root CA setup versioning ([6c80805](https://github.com/davewasmer/devcert/commit/6c80805)) + + + ## [0.2.20](https://github.com/davewasmer/devcert/compare/v0.2.19...v0.2.20) (2017-04-28) diff --git a/package.json b/package.json index 87c5e58..7019e36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devcert", - "version": "0.2.20", + "version": "0.3.0", "description": "Generate trusted local SSL/TLS certificates for local SSL development", "main": "dist/index.js", "scripts": {