Skip to content

Commit 4236269

Browse files
benmccanndummdidumm
authored andcommitted
chore: bump engines field (#8489)
1 parent 932cb66 commit 4236269

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Svelte changelog
22

3-
## Unreleased
3+
## Unreleased (4.0)
4+
5+
* Minimum supported Node version is now Node 14
6+
7+
## Unreleased (3.0)
48

59
* Handle `width`/`height` attributes when spreading ([#6752](https://github.com/sveltejs/svelte/issues/6752))
610
* Add support for resize observer bindings (`<div bind:contentRect|contentBoxSize|borderBoxSize|devicePixelContentBoxSize>`) ([#8022](https://github.com/sveltejs/svelte/pull/8022))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
"engines": {
89-
"node": ">= 8"
89+
"node": ">= 14"
9090
},
9191
"types": "types/runtime/index.d.ts",
9292
"scripts": {

0 commit comments

Comments
 (0)