From 62ad1818ab9123f6474ceba3f6dc4b52d8673f9c Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 25 Jan 2017 18:23:52 -0500 Subject: [PATCH] -> v1.6.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503fe6466c..aeb5ea53b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index e361ad1ad6..5997390973 100644 --- a/package.json +++ b/package.json @@ -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": [