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:
parent
23296996ce
commit
8eb540db6d
@ -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))
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user