diff --git a/CHANGELOG.md b/CHANGELOG.md index ca749baeee..e67072b5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.11.3 + +* Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372)) +* Pin version of css-tree ([#370](https://github.com/sveltejs/svelte/pull/370)) + ## 1.11.2 * Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331)) diff --git a/package.json b/package.json index c65b6cef6f..a2d3b61579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.11.2", + "version": "1.11.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [