diff --git a/CHANGELOG.md b/CHANGELOG.md index e9aa8b1..ef12e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## v2.0.5 (Apr. 1, 2024) +* [#136](https://github.com/Shopify/shopify-theme-inspector/pull/136) Fix profiling for stores with custom domains + ## v2.0.4 (Aug. 16, 2021) * Package dependency updates diff --git a/src/manifest.json b/src/manifest.json index e6ebf9b..3c02dcd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Shopify Theme Inspector for Chrome", - "version": "2.0.4", + "version": "2.0.5", "description": "Profile and debug Liquid template on your Shopify store", "devtools_page": "devtools.html", "permissions": ["storage", "identity", "activeTab"],