From 52c0f640d4108adec8def7e01150e86379a07fe0 Mon Sep 17 00:00:00 2001 From: Ariel Caplan Date: Mon, 21 Mar 2022 16:21:23 +0200 Subject: [PATCH] Packaging for release v2.15.0 --- 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 0b9bbaa81c..a284ede5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 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.15.0 + ### Fixed * [#2086](https://github.com/Shopify/shopify-cli/pull/2086): Improve check of dependency versions * [#2149](https://github.com/Shopify/shopify-cli/pull/2149): Fix `ThemeAdminAPI` not to handle asset errors diff --git a/Gemfile.lock b/Gemfile.lock index f8c3262f88..0dda22cc65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.14.0) + shopify-cli (2.15.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.10.1) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 5f81f9a150..4ad8985ca8 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.14.0" + VERSION = "2.15.0" end