Skip to content

Commit eb64b92

Browse files
committed
chore(release): 1.13.0-beta.1
1 parent 1fc845d commit eb64b92

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.13.0-beta.1"></a>
6+
# [1.13.0-beta.1](https://github.com/TryGhost/Ghost-CLI/compare/1.13.0-beta.0...1.13.0-beta.1) (2019-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** add ghost instance version to debug error output ([#1052](https://github.com/TryGhost/Ghost-CLI/issues/1052)) ([185fb2c](https://github.com/TryGhost/Ghost-CLI/commit/185fb2c))
12+
* **ux:** add warning when custom version and --zip are passed ([c7875c9](https://github.com/TryGhost/Ghost-CLI/commit/c7875c9))
13+
14+
15+
### Features
16+
17+
* **install:** allow specifying short versions ([46f4da5](https://github.com/TryGhost/Ghost-CLI/commit/46f4da5))
18+
* **install:** improved local install ux ([9494d51](https://github.com/TryGhost/Ghost-CLI/commit/9494d51))
19+
* **system:** use systeminformation for os version information ([1fc845d](https://github.com/TryGhost/Ghost-CLI/commit/1fc845d))
20+
21+
22+
523
<a name="1.13.0-beta.0"></a>
624
# [1.13.0-beta.0](https://github.com/TryGhost/Ghost-CLI/compare/1.12.1...1.13.0-beta.0) (2019-11-07)
725

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost-cli",
3-
"version": "1.13.0-beta.0",
3+
"version": "1.13.0-beta.1",
44
"description": "CLI Tool for installing & updating Ghost",
55
"author": "Ghost Foundation",
66
"homepage": "https://ghost.org",

0 commit comments

Comments
 (0)