From 1a35b803c1e92414baddcc11ae859fed443286a8 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Fri, 28 Jan 2022 14:53:05 +0100 Subject: [PATCH] Packaging for release v2.10.1 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eca99c938..47ffdb040d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ 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.10.1 ### Fixed * [#1985](https://github.com/Shopify/shopify-cli/pull/1985): Revert "Fix CORS (Cross-origin resource sharing) errors (#1952)" diff --git a/Gemfile.lock b/Gemfile.lock index de40fe22e6..6486a4cda1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.10.0) + shopify-cli (2.10.1) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.9.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 9ccb219f11..a0001e2148 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.10.0" + VERSION = "2.10.1" end