From 3a46b4c900a9d1fea8028772a7536f0d8aa692ad Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 10 Aug 2022 14:11:19 +0200 Subject: [PATCH] chore(release): 1.22.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5655d28..716e221d1 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.22.0](https://github.com/TryGhost/Ghost-CLI/compare/1.21.1...1.22.0) (2022-08-10) + + +### Features + +* **archive:** added support for installing/updating from tarballs ([a079cdc](https://github.com/TryGhost/Ghost-CLI/commit/a079cdc)) + + + ## [1.21.1](https://github.com/TryGhost/Ghost-CLI/compare/1.21.0...1.21.1) (2022-08-01) diff --git a/package.json b/package.json index 8a9a461bb..005703b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.21.1", + "version": "1.22.0", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",