diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a8e37..88a2d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2.3](https://github.com/davewasmer/devcert/compare/v0.2.2...v0.2.3) (2017-03-30) + + +### Bug Fixes + +* make the config dir first ([fab033a](https://github.com/davewasmer/devcert/commit/fab033a)) + + + ## [0.2.2](https://github.com/davewasmer/devcert/compare/v0.2.1...v0.2.2) (2017-03-30) diff --git a/package.json b/package.json index bdf722a..e18d711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devcert", - "version": "0.2.2", + "version": "0.2.3", "description": "Generate trusted local SSL/TLS certificates for local SSL development", "main": "dist/index.js", "scripts": {