Skip to content

Commit

Permalink
Update one incorrect PR number in changelog
Browse files Browse the repository at this point in the history
Because of how sveltejs#4345 was merged into sveltejs#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.
  • Loading branch information
rmunn authored Apr 7, 2022
1 parent d4ec813 commit 64c9152
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://github.com/sveltejs/kit/pull/4351))

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

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

Expand Down

0 comments on commit 64c9152

Please sign in to comment.