Skip to content

Commit d570557

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/smooth-kids-cover.md

-5
This file was deleted.

packages/kit/CHANGELOG.md

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

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- fix: ignore bodies sent with non-PUT/PATCH/POST requests ([#11708](https://github.com/sveltejs/kit/pull/11708))
8+
39
## 2.4.1
410

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

packages/kit/src/version.js

+1-1
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 = '2.4.1';
4+
export const VERSION = '2.4.2';

0 commit comments

Comments
 (0)