0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v2.9.8

This commit is contained in:
Rich Harris 2018-08-01 17:39:10 -04:00
parent 065d0f7411
commit efd3cce5ad
2 changed files with 5 additions and 1 deletions

View File

@ -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))

View File

@ -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": {