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:
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…
Reference in New Issue
Block a user