From d2d942ed9e96dc0441fa1d624e418dba4caaf54f Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 24 Oct 2016 19:43:46 -0500 Subject: [PATCH] :book: Add changelog for 1.0.0-alpha.5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813e69434..51931d7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Ghost-CLI Changelog +## 1.0.0-alpha.5 +- :lipstick: output blog url on start +- :sparkles: Add `ghost run` command +- :book: Switch from jscs/jshint to eslint for linting +- :art: Refactor local process manager to better watch for database initialization + ## 1.0.0-alpha.4 - :art: addition of a `--force` option to `ghost update` that clears out the version to be installed if it exists - :sparkles: Ghost database migration support added