0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.6.6

This commit is contained in:
Rich Harris 2017-01-24 17:32:13 -05:00
parent 23296996ce
commit 8eb540db6d
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# 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
* Handle `<!doctype>` declarations ([#255](https://github.com/sveltejs/svelte/pull/255))

View File

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