diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7ae6dff..a1ee01943 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.19.1](https://github.com/TryGhost/Ghost-CLI/compare/1.19.0...1.19.1) (2022-03-23) + + + # [1.19.0](https://github.com/TryGhost/Ghost-CLI/compare/1.18.2...1.19.0) (2022-03-23) diff --git a/package.json b/package.json index 9bed5cd60..434babe25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.19.0", + "version": "1.19.1", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",