From d0a8ad8be067893d74661b601e0bac164beaadc4 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Wed, 16 Oct 2019 09:11:38 -0400 Subject: [PATCH] chore(release): 1.12.0-beta.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d19cfbdc..895e4776f 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.0-beta.0](https://github.com/TryGhost/Ghost-CLI/compare/1.11.0...1.12.0-beta.0) (2019-10-16) + + +### Bug Fixes + +* **version:** allow v2 update if on latest v1 ([28a39b0](https://github.com/TryGhost/Ghost-CLI/commit/28a39b0)) + + +### Features + +* **gscan:** use dynamic major version for gscan checks ([e74d1fc](https://github.com/TryGhost/Ghost-CLI/commit/e74d1fc)) +* **node:** add initial node v12 support & update min versions ([#1003](https://github.com/TryGhost/Ghost-CLI/issues/1003)) ([212f4aa](https://github.com/TryGhost/Ghost-CLI/commit/212f4aa)) +* **v3:** make v2 specific logic work for v3 ([3d3a0e7](https://github.com/TryGhost/Ghost-CLI/commit/3d3a0e7)) + + + # [1.11.0](https://github.com/TryGhost/Ghost-CLI/compare/1.10.1...1.11.0) (2019-06-03) diff --git a/package.json b/package.json index 6db9f8cef..3e5fe9eaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.11.0", + "version": "1.12.0-beta.0", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",