Skip to content

Commit

Permalink
chore(release): 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed May 30, 2019
1 parent 94389d5 commit 3a6148d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.10.1"></a>
## [1.10.1](https://github.com/TryGhost/Ghost-CLI/compare/1.10.0...1.10.1) (2019-05-30)


### Bug Fixes

* **extension:** prompt default should be index not key ([#935](https://github.com/TryGhost/Ghost-CLI/issues/935)) ([b8401ec](https://github.com/TryGhost/Ghost-CLI/commit/b8401ec))
* **resolve-version:** sort versions before retrieving latest ([#939](https://github.com/TryGhost/Ghost-CLI/issues/939)) ([8a17c8b](https://github.com/TryGhost/Ghost-CLI/commit/8a17c8b))
* **system:** improve hasInstance check ([#940](https://github.com/TryGhost/Ghost-CLI/issues/940)) ([aad60a6](https://github.com/TryGhost/Ghost-CLI/commit/aad60a6)), closes [#936](https://github.com/TryGhost/Ghost-CLI/issues/936)
* **ui:** return correct default value for list prompts ([8dc7441](https://github.com/TryGhost/Ghost-CLI/commit/8dc7441))


### Features

* add check-update command ([#881](https://github.com/TryGhost/Ghost-CLI/issues/881)) ([527104b](https://github.com/TryGhost/Ghost-CLI/commit/527104b)), closes [#876](https://github.com/TryGhost/Ghost-CLI/issues/876)
* **nginx:** customisable paths & program name ([#932](https://github.com/TryGhost/Ghost-CLI/issues/932)) ([94389d5](https://github.com/TryGhost/Ghost-CLI/commit/94389d5))



<a name="1.10.0"></a>
# [1.10.0](https://github.com/TryGhost/Ghost-CLI/compare/1.10.0-rc.1...1.10.0) (2019-04-22)

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.10.0",
"version": "1.10.1",
"description": "CLI Tool for installing & updating Ghost",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",
Expand Down

0 comments on commit 3a6148d

Please sign in to comment.