From af02e36b2b3bc20580cd95ad5057a300b8eb07c2 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 8 Mar 2017 12:26:47 -0500 Subject: [PATCH] -> v1.11.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [