From 94dc6d26b664940f7ce8d603a1da4012b28975e4 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Mon, 6 Mar 2017 22:45:17 -0500 Subject: [PATCH] -> v1.10.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8ce32d9d..0a780fd8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.10.3 + +* Prevent `''` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349)) +* Allow reference to whitelisted globals without properties ([#333](https://github.com/sveltejs/svelte/pull/333)) +* Don't remove ` ` incorrectly ([#348](https://github.com/sveltejs/svelte/issues/348)) +* `let` -> `var` in `addCss` block ([#351](https://github.com/sveltejs/svelte/pull/351)) + ## 1.10.2 * Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336)) diff --git a/package.json b/package.json index 588066accb..49c3d803c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.10.2", + "version": "1.10.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [