File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 32
32
/guide/build-targets.html /guide/multiple-browsers.html
33
33
/guide/installation.html /get-started/installation.html
34
34
/guide/introduction.html /get-started/introduction.html
35
+ /guide/upgrade-guide/wxt /guide/resources/upgrading.html
36
+ /guide/upgrade-guide/wxt.html /guide/resources/upgrading.html
35
37
36
38
# 0.19.0
37
39
/guide/go-further/entrypoint-side-effects.html /guide/go-further/entrypoint-loaders.html
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ let versionChangelogBody = versionChangelog
58
58
if ( originalBumpType === 'major' ) {
59
59
versionChangelogBody = versionChangelogBody . replace (
60
60
'[compare changes]' ,
61
- `[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt ) • [compare changes]` ,
61
+ `[⚠️ breaking changes](https://wxt.dev/guide/resources/upgrading.html ) • [compare changes]` ,
62
62
) ;
63
63
}
64
64
const { releases : prevReleases } = await fs
You can’t perform that action at this time.
0 commit comments