Skip to content

Commit 1968e15

Browse files
Version Packages (#10921)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 060f47e commit 1968e15

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/mean-cheetahs-tell.md

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

packages/kit/CHANGELOG.md

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

3+
## 1.27.1
4+
5+
### Patch Changes
6+
7+
- fix: only apply some polyfills below node 18.11 ([#10920](https://github.com/sveltejs/kit/pull/10920))
8+
39
## 1.27.0
410

511
### Minor 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.27.0",
3+
"version": "1.27.1",
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.27.0';
4+
export const VERSION = '1.27.1';

0 commit comments

Comments
 (0)