Skip to content

Commit 981da23

Browse files
committed
chore(release): 1.7.0
1 parent 1d562e7 commit 981da23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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="1.7.0"></a>
6+
# [1.7.0](https://github.com/TryGhost/Ghost-CLI/compare/1.6.0...1.7.0) (2018-04-10)
7+
8+
### Bug Fixes
9+
10+
* **doctor:** Use systeminformation for memory availability ([1395646](https://github.com/TryGhost/Ghost-CLI/commit/1395646))
11+
* **run:** Don't set contentPath in config when running ([f9c6711](https://github.com/TryGhost/Ghost-CLI/commit/f9c6711))
12+
13+
### Features
14+
15+
* **install:** create content/settings folder ([276b146](https://github.com/TryGhost/Ghost-CLI/commit/276b146))
16+
* **migrations:** add core migration to create content/settings folder ([1d562e7](https://github.com/TryGhost/Ghost-CLI/commit/1d562e7))
17+
518
<a name="1.6.0"></a>
619
# [1.6.0](https://github.com/TryGhost/Ghost-CLI/compare/1.5.2...1.6.0) (2018-03-26)
720

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost-cli",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Just a CLI manager (for a blogging platform)",
55
"author": "Ghost Foundation",
66
"homepage": "http://ghost.org",

0 commit comments

Comments
 (0)