From a1d6a930af790dbf76ed1e69e880886350f41d1f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 3 Jul 2023 10:26:30 +0200 Subject: [PATCH] chore(release): 1.24.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daecd504b..389849df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.24.1](https://github.com/TryGhost/Ghost-CLI/compare/1.24.0...1.24.1) (2023-07-03) + + +### Bug Fixes + +* **acme:** fixed deployment not taking `_ecc` into account ([467d41b](https://github.com/TryGhost/Ghost-CLI/commit/467d41b)) + + + # [1.24.0](https://github.com/TryGhost/Ghost-CLI/compare/1.23.1...1.24.0) (2022-12-02) diff --git a/package.json b/package.json index 5cb398525..8639258c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.24.0", + "version": "1.24.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",