pull/265/head v1.6.5
Rich-Harris 8 years ago
parent 9a2b8275f8
commit 9311d1b0a6

@ -1,5 +1,9 @@
# Svelte changelog
## 1.6.5
* Handle `<!doctype>` declarations ([#255](https://github.com/sveltejs/svelte/pull/255))
## 1.6.4
* Fix updates of yields inside each blocks ([20e1b05](https://github.com/sveltejs/svelte/commit/20e1b05c45dc9fcddfe2e7c5c9fc3109f0d45fa9))

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

Loading…
Cancel
Save