Skip to content

Commit

Permalink
chore: bump engines field (#8489)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Apr 12, 2023
1 parent eedacc9 commit abd760d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Svelte changelog

## Unreleased
## Unreleased (4.0)

* Minimum supported Node version is now Node 14

## Unreleased (3.0)

* Handle `width`/`height` attributes when spreading ([#6752](https://github.com/sveltejs/svelte/issues/6752))
* Add support for resize observer bindings (`<div bind:contentRect|contentBoxSize|borderBoxSize|devicePixelContentBoxSize>`) ([#8022](https://github.com/sveltejs/svelte/pull/8022))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
},
"engines": {
"node": ">= 8"
"node": ">= 14"
},
"types": "types/runtime/index.d.ts",
"scripts": {
Expand Down

0 comments on commit abd760d

Please sign in to comment.