From 10fc59e62b2a75459e7e08552225f5e1fe28094c Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Sun, 7 Jun 2020 16:47:01 -0400 Subject: [PATCH] chore(release): 1.14.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1212aba23..9cf293f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.14.1](https://github.com/TryGhost/Ghost-CLI/compare/1.14.0...1.14.1) (2020-06-07) + + +### Bug Fixes + +* **memcheck:** include free swap space in memory check ([#1209](https://github.com/TryGhost/Ghost-CLI/issues/1209)) ([9640827](https://github.com/TryGhost/Ghost-CLI/commit/9640827)), closes [#1185](https://github.com/TryGhost/Ghost-CLI/issues/1185) + + +### Features + +* **instance:** add method for retrieving all available configs ([#1210](https://github.com/TryGhost/Ghost-CLI/issues/1210)) ([d654bf4](https://github.com/TryGhost/Ghost-CLI/commit/d654bf4)) +* **sqlite:** ensure sqlite db path is absolute ([3f07b05](https://github.com/TryGhost/Ghost-CLI/commit/3f07b05)) + + + # [1.14.0](https://github.com/TryGhost/Ghost-CLI/compare/1.14.0-beta.0...1.14.0) (2020-05-23) diff --git a/package.json b/package.json index c2e2214b1..f8b28a5e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.14.0", + "version": "1.14.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",