diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d03ab9f..b2d7a9f94 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.30.0 - 2022-11-01 + ### Fixed * [#2668](https://github.com/Shopify/shopify-cli/pull/2668): Introduce `--only/--ignore` in the `shopify theme serve` help message * [#2667](https://github.com/Shopify/shopify-cli/pull/2667): Fix for "X zip is required for packaging a theme" on Windows diff --git a/Gemfile.lock b/Gemfile.lock index ca5068e0f..cf1f43eb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.29.0) + shopify-cli (2.30.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.11.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 1ebc31971..08844fa12 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.29.0" + VERSION = "2.30.0" end