From 7e99b52c1094ee076f234cb6a63dbdbff5ac8568 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Fri, 2 Dec 2016 11:48:41 -0500 Subject: [PATCH] -> v1.0.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [