From e46de751cf1f25d81de8b04e02b5b5fd0799f5f7 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Tue, 3 Nov 2020 13:58:25 -0500 Subject: [PATCH] chore(release): 1.15.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036b9b5df..53f279453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.15.2](https://github.com/TryGhost/Ghost-CLI/compare/1.15.1...1.15.2) (2020-11-03) + + +### Bug Fixes + +* **run:** don't write to parent stderr after Ghost is started ([66fe2b1](https://github.com/TryGhost/Ghost-CLI/commit/66fe2b1)) + + + ## [1.15.1](https://github.com/TryGhost/Ghost-CLI/compare/1.15.0...1.15.1) (2020-11-03) diff --git a/package.json b/package.json index ff83dbfa0..8e621a9c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.15.1", + "version": "1.15.2", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",