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 #1563 from Shopify/release_2.5.0
Browse files Browse the repository at this point in the history
Release v2.5.0
  • Loading branch information
Pedro Piñera Buendía authored Sep 23, 2021
2 parents 31d9351 + 8553646 commit 2b58af8
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
@@ -1,5 +1,9 @@
Unreleased
------

Version 2.5.0
------

* [#1553](https://github.com/Shopify/shopify-cli/pull/1553): Add support for PHP app projects

Version 2.4.0
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.4.0)
shopify-cli (2.5.0)
listen (~> 3.7.0)
theme-check (~> 1.4.0)

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.4.0"
VERSION = "2.5.0"
end

0 comments on commit 2b58af8

Please sign in to comment.