From d8cb9255a7e2e250e4fd7725cbc9032349b58a44 Mon Sep 17 00:00:00 2001 From: Alvaro Gutierrez Date: Mon, 9 Jan 2023 14:04:05 +0100 Subject: [PATCH] Packaging for release v2.33.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 e3ed01707..a09f4502b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ## [Unreleased] +## Version 2.33.1 - 2023-01-09 + ### Fixed * [#2706](https://github.com/Shopify/shopify-cli/pull/2706): Delete checksum after file deletion diff --git a/Gemfile.lock b/Gemfile.lock index 796a24b13..a6eae3331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.33.0) + shopify-cli (2.33.1) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.12.1) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 064776e89..8916cb078 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.33.0" + VERSION = "2.33.1" end