From 300e951468acdcf85915f4e813872f99aad67f4b Mon Sep 17 00:00:00 2001 From: Umair Choudhary Date: Tue, 26 Jan 2021 14:36:04 -0800 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 3 +++ src/manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d1d6e..1e80603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## v2.0.1 (Jan 26, 2021) +* [#83](https://github.com/Shopify/shopify-theme-inspector/pull/83) Fix profiling error due to incorrect detection of render backend + ## v2.0.0 (Jan 4, 2021) * [#77](https://github.com/Shopify/shopify-theme-inspector/pull/77) Update data format with change update diff --git a/src/manifest.json b/src/manifest.json index 58dc88d..cf1853a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Shopify Theme Inspector for Chrome", - "version": "2.0.0", + "version": "2.0.1", "description": "Profile and debug Liquid template on your Shopify store", "devtools_page": "devtools.html", "permissions": ["storage", "identity", "activeTab"],