pull/250/merge v1.6.11
Rich Harris 8 years ago
parent b5fd0846f5
commit 14e6a7ec8b

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.6.11
* Initialise dynamic `<option>` value correctly ([#291](https://github.com/sveltejs/svelte/issues/291))
## 1.6.10 ## 1.6.10
* Ensure `sources` and `sourcesContent` are populated in sourcemaps, even if none of the original code is used ([#295](https://github.com/sveltejs/svelte/pull/295)) * Ensure `sources` and `sourcesContent` are populated in sourcemaps, even if none of the original code is used ([#295](https://github.com/sveltejs/svelte/pull/295))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.6.10", "version": "1.6.11",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save