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": [