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

Commit 3c6baef

Browse files
author
Cecy Correa
authored
Merge pull request #1260 from Shopify/release-1-12-0
Packaging for release v1.12.0
2 parents 445851c + e1ac588 commit 3c6baef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased
22
------
33

4+
Version 1.12.0
5+
--------------
6+
* [1255](https://github.com/Shopify/shopify-app-cli/pull/1255): Fix beta flag checks when running `shopify serve`
7+
48
Version 1.11.0
59
--------------
610
* [#1221](https://github.com/Shopify/shopify-app-cli/pull/1221): Prioritizes returning an HTTPS URL over HTTP from `shopify tunnel status`.

lib/shopify-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyCli
2-
VERSION = "1.11.0"
2+
VERSION = "1.12.0"
33
end

0 commit comments

Comments
 (0)