From 2cd6a6805287e469732abdb9802e5cbc7ad6a9d0 Mon Sep 17 00:00:00 2001 From: Konstantin Tennhard Date: Mon, 9 Aug 2021 16:34:01 -0400 Subject: [PATCH] Packaging for release v2.2.1 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/shopify-cli/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a6eef57e..e8e52b53d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Unreleased ------ +Version 2.2.1 +------ + * [1432](https://github.com/Shopify/shopify-cli/pull/1432) New method for determining renderer package name Version 2.2.0 diff --git a/Gemfile.lock b/Gemfile.lock index aac52aee5c..5944f98590 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.2.0) + shopify-cli (2.2.1) listen (~> 3.5) theme-check (~> 1.1) diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 4e511d8536..e39fed18cb 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = "2.2.0" + VERSION = "2.2.1" end