From e4a8468df232c953c3e697bcf85cdcc4df3d4e07 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Thu, 28 Oct 2021 21:01:31 -0400 Subject: [PATCH] chore(release): 1.18.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8097d8e76..672bb5144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.18.0](https://github.com/TryGhost/Ghost-CLI/compare/1.17.4...1.18.0) (2021-10-29) + + +### Features + +* update node version ranges ([bf45d99](https://github.com/TryGhost/Ghost-CLI/commit/bf45d99)) +* **nginx:** ensure acme.sh is kept up-to-date ([61f95b6](https://github.com/TryGhost/Ghost-CLI/commit/61f95b6)) + + + ## [1.17.4](https://github.com/TryGhost/Ghost-CLI/compare/1.17.2...1.17.4) (2021-10-18) diff --git a/package.json b/package.json index 4e9629988..be53a28ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.17.4", + "version": "1.18.0", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",