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

-> v1.6.5

This commit is contained in:
Rich-Harris 2017-01-17 21:05:09 -05:00
parent 9a2b8275f8
commit 9311d1b0a6
2 changed files with 5 additions and 1 deletions

View File

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

View File

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