diff --git a/CHANGELOG.md b/CHANGELOG.md index 599cd7558e..ca749baeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.11.2 + +* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331)) + ## 1.11.1 * Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356)) diff --git a/package.json b/package.json index b3cfd9ca71..4211a65f5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.11.1", + "version": "1.11.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [