Skip to content

Commit 5ed4f25

Browse files
committed
chore(release): 1.4.2
1 parent dfb5ea6 commit 5ed4f25

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
<a name="1.4.2"></a>
6+
## [1.4.2](https://github.com/TryGhost/Ghost-CLI/compare/1.4.1...1.4.2) (2018-01-07)
7+
8+
### Bug Fixes
9+
10+
* **setup:** ensure --pname arg is sanitized ([229953b](https://github.com/TryGhost/Ghost-CLI/commit/229953b)), closes [#576](https://github.com/TryGhost/Ghost-CLI/issues/576)
11+
* **update-check:** remove "out-of-date version" prompt ([dfb5ea6](https://github.com/TryGhost/Ghost-CLI/commit/dfb5ea6)), closes [#563](https://github.com/TryGhost/Ghost-CLI/issues/563)
12+
513
<a name="1.4.1"></a>
614
## [1.4.1](https://github.com/TryGhost/Ghost-CLI/compare/1.4.0...1.4.1) (2017-12-12)
715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost-cli",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Just a CLI manager (for a blogging platform)",
55
"author": "Ghost Foundation",
66
"homepage": "http://ghost.org",

0 commit comments

Comments
 (0)