Skip to content

Commit

Permalink
chore(release): 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed Jun 7, 2020
1 parent 937f02a commit 10fc59e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.14.1"></a>
## [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))



<a name="1.14.0"></a>
# [1.14.0](https://github.com/TryGhost/Ghost-CLI/compare/1.14.0-beta.0...1.14.0) (2020-05-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 10fc59e

Please sign in to comment.