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

Commit 98ee3bc

Browse files
authored
Merge pull request #1359 from Shopify/release_2_1_0
Packaging for release v2.1.0
2 parents b50061d + 06b3972 commit 98ee3bc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Unreleased
22
------
3+
4+
Version 2.1.0
5+
-------------
36
* [#1357](https://github.com/Shopify/shopify-cli/pull/1357): Update Theme-Check to 1.1
47
* [#1352](https://github.com/Shopify/shopify-cli/pull/1352): Add `shopify extension check` for checking theme app extensions
58
* [#1304](https://github.com/Shopify/shopify-cli/pull/1304): Prompt user to run `shopify extension connect` if .env file is missing

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify-cli (2.0.2)
4+
shopify-cli (2.1.0)
55
listen (~> 3.5)
66
theme-check (~> 1.1)
77

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 = "2.0.2"
2+
VERSION = "2.1.0"
33
end

0 commit comments

Comments
 (0)