pull/266/head v1.6.6
Rich Harris 8 years ago
parent 23296996ce
commit 8eb540db6d

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 1.6.6
* Omit text from comment anchors ([#247](https://github.com/sveltejs/svelte/issues/247))
* Handle `xlink` attributes ([#264](https://github.com/sveltejs/svelte/issues/264))
## 1.6.5 ## 1.6.5
* Handle `<!doctype>` declarations ([#255](https://github.com/sveltejs/svelte/pull/255)) * Handle `<!doctype>` declarations ([#255](https://github.com/sveltejs/svelte/pull/255))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.6.5", "version": "1.6.6",
"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