Skip to content

Commit c79eff0

Browse files
Version Packages (#9657)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6eca91 commit c79eff0

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/shy-avocados-sip.md

-5
This file was deleted.

.changeset/spotty-parents-run.md

-5
This file was deleted.

.changeset/swift-ads-itch.md

-5
This file was deleted.

packages/kit/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sveltejs/kit
22

3+
## 1.15.5
4+
5+
### Patch Changes
6+
7+
- fix: correct allow header methods list for 405s ([#9655](https://github.com/sveltejs/kit/pull/9655))
8+
9+
- fix: prevent routes/layouts from having conflicting files through resets or different extensions ([#9590](https://github.com/sveltejs/kit/pull/9590))
10+
11+
- fix: prevent unhandled exceptions for invalid header values ([#9638](https://github.com/sveltejs/kit/pull/9638))
12+
313
## 1.15.4
414

515
### Patch Changes

packages/kit/package.json

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

0 commit comments

Comments
 (0)