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"],