Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2158 from Shopify/release_2_15_0
Browse files Browse the repository at this point in the history
Packaging for release v2.15.0
  • Loading branch information
amcaplan authored Mar 21, 2022
2 parents 77057f3 + 52c0f64 commit 7e6d72e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyCLI
VERSION = "2.14.0"
VERSION = "2.15.0"
end

0 comments on commit 7e6d72e

Please sign in to comment.