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