From d46aebd0776456b6adc537d0fa57dc4876eca6e9 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 20 Aug 2018 16:50:20 -0400 Subject: [PATCH] chore(release): 1.9.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6a8e2d2..5adea0466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.9.1 (2018-08-20) + +### Bug Fixes + +* **ui:** ensure demo post url is output correctly ([#785](https://github.com/TryGhost/Ghost-CLI/issues/785)) ([b054939](https://github.com/TryGhost/Ghost-CLI/commit/b054939)) +* **version-resolver:** allow v2 updates w/ multiple v2 releases ([fc12d22](https://github.com/TryGhost/Ghost-CLI/commit/fc12d22)) +* **zip:** ensure zip upgrades from v2 to next v2 work ([4ae1f42](https://github.com/TryGhost/Ghost-CLI/commit/4ae1f42)) + # 1.9.0 (2018-08-16) diff --git a/package.json b/package.json index 769f09c4c..a8ab0afd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.9.0", + "version": "1.9.1", "description": "Just a CLI manager (for a blogging platform)", "author": "Ghost Foundation", "homepage": "http://ghost.org",