From 3cac20c1ef98f4685e3f15b002d46267472c9fc8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 3 Oct 2017 20:56:30 -0400 Subject: [PATCH] -> v1.40.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbc5d255a..97ec780c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.40.2 + +* Ignore `@apply` and similar in CSS ([#871](https://github.com/sveltejs/svelte/issues/871)) +* Properly escape CSS in custom elements ([#872](https://github.com/sveltejs/svelte/issues/872)) + ## 1.40.1 * Always use explicit closing tags with `innerHTML` ([#866](https://github.com/sveltejs/svelte/issues/866)) diff --git a/package.json b/package.json index fee5149c7c..b10e37b95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.40.1", + "version": "1.40.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [