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