From e3daf71256382f08155bc943f4d8e0b49b57041b Mon Sep 17 00:00:00 2001 From: Cecy Correa Date: Mon, 14 Jun 2021 11:43:41 -0500 Subject: [PATCH] Packaging for release v1.13.1 --- CHANGELOG.md | 1 + lib/shopify-cli/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148bb7169b..993d88f4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Unreleased Version 1.13.1 -------------- +* [1274](https://github.com/Shopify/shopify-app-cli/pull/1274): Only print api_key during error if it exists * [1272](https://github.com/Shopify/shopify-app-cli/pull/1272): Fix minor bug with extension serve for UI extensions Version 1.13.0 diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index d02de7a8a3..b2d5ae9143 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = "1.13.0" + VERSION = "1.13.1" end