diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f7d296f1..041d9912bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.0.7 + +* Correctly escape HTML entities ([#85](https://github.com/sveltejs/svelte/issues/85)) + ## 1.0.6 * Generate useful sourcemaps ([#60](https://github.com/sveltejs/svelte/issues/60)) diff --git a/package.json b/package.json index 788c8951e1..418539cc89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.0.6", + "version": "1.0.7", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [