Skip to content

Commit

Permalink
Update one incorrect PR number in changelog (#4555)
Browse files Browse the repository at this point in the history
* Update one incorrect PR number in changelog

Because of how #4345 was merged into #4344, the script that automatically
adds PR numbers to the changelog got the wrong PR number for the "Expose
`event.routeId` and `page.routeId`" feature. This manual change to 
the CHANGELOG.md file fixes that minor error.

* Update packages/kit/CHANGELOG.md

Fix link destination as well as link text

Co-authored-by: Ignatius Bagus <[email protected]>

Co-authored-by: Ignatius Bagus <[email protected]>
  • Loading branch information
rmunn and ignatiusmb authored Apr 7, 2022
1 parent d4ec813 commit dece3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

- Populate fallback page when trailingSlash is "always" ([#4351](https:/sveltejs/kit/pull/4351))

* Expose `event.routeId` and `page.routeId` ([#4344](https:/sveltejs/kit/pull/4344))
* Expose `event.routeId` and `page.routeId` ([#4345](https:/sveltejs/kit/pull/4345))

- [breaking] remove fallthrough routes ([#4330](https:/sveltejs/kit/pull/4330))

Expand Down

0 comments on commit dece3ed

Please sign in to comment.