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

Commit

Permalink
Packaging for release v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesalerno84 committed Nov 30, 2021
1 parent 050d4b3 commit 60999c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.7.2
### Fixed
* [#1763](https://github.com/Shopify/shopify-cli/pull/1763): Fix: Tunnel --PORT parameter not working in Node.js app.
* [#1769](https://github.com/Shopify/shopify-cli/pull/1769): Fix `theme push --development --json` to output the proper exit code
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.7.1)
shopify-cli (2.7.2)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.8.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.7.1"
VERSION = "2.7.2"
end

0 comments on commit 60999c8

Please sign in to comment.