From 60999c8c3edc74b3000d4b575cb8dbbc75a9d2bf Mon Sep 17 00:00:00 2001 From: Jeff Salerno Date: Tue, 30 Nov 2021 10:20:40 -0500 Subject: [PATCH] Packaging for release v2.7.2 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf66b457b8..3cc477b4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. -## [Unreleased] +## Version 2.7.2 ### Fixed * [#1763](https://github.com/Shopify/shopify-cli/pull/1763): Fix: Tunnel --PORT parameter not working in Node.js app. * [#1769](https://github.com/Shopify/shopify-cli/pull/1769): Fix `theme push --development --json` to output the proper exit code diff --git a/Gemfile.lock b/Gemfile.lock index 1c9e364bac..076996d019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.7.1) + shopify-cli (2.7.2) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.8.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 2f8cfca6df..9c2070be9d 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.7.1" + VERSION = "2.7.2" end