From 981da23e9b0b6fac2d1e9590329fd4a0064ee70f Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Tue, 10 Apr 2018 18:13:17 -0400 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d6eb51c..83251db1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +# [1.7.0](https://github.com/TryGhost/Ghost-CLI/compare/1.6.0...1.7.0) (2018-04-10) + +### Bug Fixes + +* **doctor:** Use systeminformation for memory availability ([1395646](https://github.com/TryGhost/Ghost-CLI/commit/1395646)) +* **run:** Don't set contentPath in config when running ([f9c6711](https://github.com/TryGhost/Ghost-CLI/commit/f9c6711)) + +### Features + +* **install:** create content/settings folder ([276b146](https://github.com/TryGhost/Ghost-CLI/commit/276b146)) +* **migrations:** add core migration to create content/settings folder ([1d562e7](https://github.com/TryGhost/Ghost-CLI/commit/1d562e7)) + # [1.6.0](https://github.com/TryGhost/Ghost-CLI/compare/1.5.2...1.6.0) (2018-03-26) diff --git a/package.json b/package.json index b6c3a44e5..06fd21280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.6.0", + "version": "1.7.0", "description": "Just a CLI manager (for a blogging platform)", "author": "Ghost Foundation", "homepage": "http://ghost.org",