Skip to content

Commit 3c24450

Browse files
authored
docs(migrate): add link to changelog (#10465)
1 parent 477ab54 commit 3c24450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/migrate/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ The available migrations are:
1313
- `routes` - This will update your pre-SvelteKit-1.0 codebase to the SvelteKit 1.0 routes format. The script will automate as much of the conversion as possible, then annotate your codebase with tasks for completion that you can find by searching for `@migration`. Read [the discussion](https://github.com/sveltejs/kit/discussions/5748) for full details.
1414
- `package` - Migration to @sveltejs/package v2. Review the migration guide at [#8922](https://github.com/sveltejs/kit/pull/) and read the updated docs at https://kit.svelte.dev/docs/packaging
1515
- `svelte-4` - This will migrate your codebase from Svelte 3 to Svelte 4
16+
17+
## Changelog
18+
19+
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/migrate/CHANGELOG.md).

0 commit comments

Comments
 (0)