From 2e35e9f3559b0e8fc9dff00b559f345c6644d286 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Tue, 3 Nov 2020 06:16:54 -0500 Subject: [PATCH] chore(release): 1.15.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb40dd94b..036b9b5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.15.1](https://github.com/TryGhost/Ghost-CLI/compare/1.15.0...1.15.1) (2020-11-03) + + +### Features + +* **ci:** rework test setup ([a2cbfc0](https://github.com/TryGhost/Ghost-CLI/commit/a2cbfc0)) +* **extension:** rewrite template method ([2931f7e](https://github.com/TryGhost/Ghost-CLI/commit/2931f7e)) +* **mysql:** Add dbport option for db setup ([#1260](https://github.com/TryGhost/Ghost-CLI/issues/1260)) ([f733d94](https://github.com/TryGhost/Ghost-CLI/commit/f733d94)), closes [#1135](https://github.com/TryGhost/Ghost-CLI/issues/1135) +* **node:** bump minimum node version to 14.15 ([e460191](https://github.com/TryGhost/Ghost-CLI/commit/e460191)) + + + # [1.15.0](https://github.com/TryGhost/Ghost-CLI/compare/1.14.1...1.15.0) (2020-10-10) diff --git a/package.json b/package.json index 7ad4e2897..ff83dbfa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.15.0", + "version": "1.15.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",