From 44c1be4546a90e69cec65cfc20e7247fbb6cee68 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 4 Nov 2019 16:05:30 +0700 Subject: [PATCH] chore(release): 1.12.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3c89207..c7f700a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.12.1](https://github.com/TryGhost/Ghost-CLI/compare/1.12.0...1.12.1) (2019-11-04) + + +### Bug Fixes + +* **config:** allow root user to run config command ([#982](https://github.com/TryGhost/Ghost-CLI/issues/982)) ([870fd0d](https://github.com/TryGhost/Ghost-CLI/commit/870fd0d)), closes [#981](https://github.com/TryGhost/Ghost-CLI/issues/981) +* **systemd:** delete bootstrap-socket config once ghost is started ([#837](https://github.com/TryGhost/Ghost-CLI/issues/837)) ([892b399](https://github.com/TryGhost/Ghost-CLI/commit/892b399)), closes [#805](https://github.com/TryGhost/Ghost-CLI/issues/805) + + +### Features + +* **doctor:** add binary dependency check ([#1040](https://github.com/TryGhost/Ghost-CLI/issues/1040)) ([1716b38](https://github.com/TryGhost/Ghost-CLI/commit/1716b38)) +* **verbose:** add verbose yarn output ([#1037](https://github.com/TryGhost/Ghost-CLI/issues/1037)) ([223c29f](https://github.com/TryGhost/Ghost-CLI/commit/223c29f)), closes [#1036](https://github.com/TryGhost/Ghost-CLI/issues/1036) + + + # [1.12.0](https://github.com/TryGhost/Ghost-CLI/compare/1.12.0-beta.1...1.12.0) (2019-10-21) diff --git a/package.json b/package.json index 35ea60257..908ef4e51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.12.0", + "version": "1.12.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",