Skip to content

Commit f8dcc19

Browse files
committed
chore(release): 0.2.0
1 parent b760220 commit f8dcc19

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
22

33
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.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/davewasmer/devcert/compare/v0.1.0...v0.2.0) (2017-03-30)
7+
8+
9+
### Features
10+
11+
* improve Readme, return node.createServer compatible object, improve error messaging ([b760220](https://github.com/davewasmer/devcert/commit/b760220))
12+
13+
14+
515
<a name="0.1.0"></a>
616
# 0.1.0 (2017-03-29)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devcert",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Generate trusted local SSL/TLS certificates for local SSL development",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)