From 1d6aceab0a1fc600f721b1d598c25faeec782149 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Sat, 3 Feb 2024 11:05:14 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12679e41..3894b35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ #### ⚠️ Breaking Changes -In [#398](https://github.com/wxt-dev/wxt/pull/398), HTML pages' JS entrypoints in the output directory have been moved. Unless you're doing some kind of post-build work referencing files, you don't have to make any changes. Moving files like this has not historically increased review times or triggered in-depth reviews in the stores. +In [#398](https://github.com/wxt-dev/wxt/pull/398), HTML pages' JS entrypoints in the output directory have been moved. Unless you're doing some kind of post-build work referencing files, you don't have to make any changes. - Before: ``` @@ -41,7 +41,7 @@ In [#398](https://github.com/wxt-dev/wxt/pull/398), HTML pages' JS entrypoints i popup.js ``` -This effects all HTML files, not just the Popup. The hash has been removed, and it's been moved to the root of the build target folder, not inside the `chunks/` directory. +This effects all HTML files, not just the Popup. The hash has been removed, and it's been moved to the root of the build target folder, not inside the `chunks/` directory. Moving files like this has not historically increased review times or triggered in-depth reviews when submitting updates to the stores. ## v0.15.4