From bc6542b01766ae4d6651f430fdf4162586e5d033 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Mon, 11 Dec 2017 23:31:39 -0500 Subject: [PATCH] chore(release): 1.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2205950..7f1f3999e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.1](https://github.com/TryGhost/Ghost-CLI/compare/1.4.0...1.4.1) (2017-12-12) + +### Bug Fixes + +* **update-check:** only run update check on specific commands ([581c14a](https://github.com/TryGhost/Ghost-CLI/commit/581c14a)), closes [#565](https://github.com/TryGhost/Ghost-CLI/issues/565) [#563](https://github.com/TryGhost/Ghost-CLI/issues/563) + # [1.4.0](https://github.com/TryGhost/Ghost-CLI/compare/1.3.0...1.4.0) (2017-12-01) diff --git a/package.json b/package.json index 9eabd8c2c..3a65318db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.4.0", + "version": "1.4.1", "description": "Just a CLI manager (for a blogging platform)", "author": "Ghost Foundation", "homepage": "http://ghost.org",