diff --git a/CHANGELOG.md b/CHANGELOG.md index fd77d53299..599cd7558e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.11.1 + +* Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356)) + ## 1.11.0 * Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345)) diff --git a/package.json b/package.json index 7b188abdfb..b3cfd9ca71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.11.0", + "version": "1.11.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [