Skip to content

Commit dbc691e

Browse files
Version Packages
1 parent 6885211 commit dbc691e

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/great-stingrays-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-years-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-eels-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sveltejs/kit
22

3+
## 1.15.6
4+
5+
### Patch Changes
6+
7+
- fix: use correct relative paths when rendering base path ([#9343](https://github.com/sveltejs/kit/pull/9343))
8+
9+
- fix: handle redirect thrown in handle hook in response to form action ([#9658](https://github.com/sveltejs/kit/pull/9658))
10+
11+
- fix: do not call beforeNavigate for download links ([#9660](https://github.com/sveltejs/kit/pull/9660))
12+
313
## 1.15.5
414

515
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.15.5",
3+
"version": "1.15.6",
44
"description": "The fastest way to build Svelte apps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)