Skip to content

Commit

Permalink
docs(migrate): add link to changelog (#10465)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Aug 2, 2023
1 parent 477ab54 commit 3c24450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ The available migrations are:
- `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.
- `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
- `svelte-4` - This will migrate your codebase from Svelte 3 to Svelte 4

## Changelog

[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/migrate/CHANGELOG.md).

0 comments on commit 3c24450

Please sign in to comment.