From 904b0d142055679634b8b7536fff7866537cca8f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 5 Oct 2023 11:54:31 +0200 Subject: [PATCH] chore(release): 1.25.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba1c8d1c..54b7cc73b 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.25.2](https://github.com/TryGhost/Ghost-CLI/compare/v1.25.1...v1.25.2) (2023-10-05) + + +### Bug Fixes + +* **update:** fixed permission issues when linking themes ([eb3f430](https://github.com/TryGhost/Ghost-CLI/commit/eb3f430)) + + + ## [1.24.2](https://github.com/TryGhost/Ghost-CLI/compare/v1.24.1...v1.24.2) (2023-07-07) diff --git a/package.json b/package.json index ab594c8a8..80c78b660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.25.1", + "version": "1.25.2", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",