pull/1542/merge v2.9.8
Rich Harris 7 years ago
parent 065d0f7411
commit efd3cce5ad

@ -1,5 +1,9 @@
# Svelte changelog
## 2.9.8
* Sanitize spread attributes in SSR — fixes vulnerability CVE-2018-6341 ([#1623](https://github.com/sveltejs/svelte/pull/1623))
## 2.9.7
* Allow `<input type=file bind:files>` ([#1608](https://github.com/sveltejs/svelte/issues/1608))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.9.7",
"version": "2.9.8",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save