From 3e96af282fccd15f4b88ed9999928dd9980cf541 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 3 Oct 2022 08:27:24 +0700 Subject: [PATCH] chore(release): 1.23.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e89a0b3..6c77b74e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.23.1](https://github.com/TryGhost/Ghost-CLI/compare/1.23.0...1.23.1) (2022-10-03) + + + # [1.23.0](https://github.com/TryGhost/Ghost-CLI/compare/1.22.0...1.23.0) (2022-08-30) diff --git a/package.json b/package.json index 0a126777f..27ecb3281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.23.0", + "version": "1.23.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",