From 68aa0162640b0af5efac139e745853bad48887d0 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 2 Mar 2021 09:39:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Bumped=20required=20Ghost-?= =?UTF-8?q?CLI=20version=20to=201.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - Ghost-CLI 1.16.0 contains changes required for the new Ghost 4.0 boot - see release notes: https://github.com/TryGhost/Ghost-CLI/releases/tag/1.16.0 - we've also implemented a new policy that you must be on the latest version of your major in order to major migrate, which is handled in this new CLI version - by bumping it here, users on previous versions will be required to update CLI when attempting to upgrade Ghost --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7920b09b11..17f62e6dc2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "engines": { "node": "^10.13.0 || ^12.10.0 || ^14.15.0", - "cli": "^1.12.0" + "cli": "^1.16.0" }, "dependencies": { "@nexes/nql": "0.5.0",