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 #2236 from Shopify/release_2_15_4
Browse files Browse the repository at this point in the history
Packaging for release v2.15.4
  • Loading branch information
Hanna Chen authored Apr 8, 2022
2 parents 4fad11f + ef61793 commit 8466d1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h

## [Unreleased]

## Version 2.15.4 - 2022-04-08

### Fixed
* [#2230](https://github.com/Shopify/shopify-cli/pull/2230): Show an error without ngrok account
* [#2235](https://github.com/Shopify/shopify-cli/pull/2235): Update shopify-extensions to v0.3.0 and fix issues with template choosing and missing dependencies
* [#2226](https://github.com/Shopify/shopify-cli/pull/2226): Fix liquid file size validation to disclude locales directory

## Version 2.15.3 - 2022-04-07

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.15.3)
shopify-cli (2.15.4)
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.15.3"
VERSION = "2.15.4"
end

0 comments on commit 8466d1d

Please sign in to comment.