Skip to content

Commit b718f13

Browse files
Version Packages
1 parent be2c8a8 commit b718f13

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/proud-worms-press.md

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

.changeset/sharp-birds-invent.md

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

packages/kit/CHANGELOG.md

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

3+
## 1.25.3
4+
5+
### Patch Changes
6+
7+
- fix: follow whatwg fetch spec for handling redirect loops ([#10857](https://github.com/sveltejs/kit/pull/10857))
8+
9+
- fix: use `window.fetch` in `load` functions to allow libraries to patch it ([#10009](https://github.com/sveltejs/kit/pull/10009))
10+
311
## 1.25.2
412

513
### 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.25.2",
3+
"version": "1.25.3",
44
"description": "The fastest way to build Svelte apps",
55
"repository": {
66
"type": "git",

packages/kit/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '1.25.2';
4+
export const VERSION = '1.25.3';

0 commit comments

Comments
 (0)