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

-> v1.6.7

This commit is contained in:
Rich Harris 2017-01-25 18:23:52 -05:00
parent 4cad216e66
commit 62ad1818ab
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 1.6.7
* SSR: Fix apostrophes ([#267](https://github.com/sveltejs/svelte/issues/267))
* Add `xmlns` attributes to SVGs ([#262](https://github.com/sveltejs/svelte/pull/262))
## 1.6.6
* Omit text from comment anchors ([#247](https://github.com/sveltejs/svelte/issues/247))

View File

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