From a75d5935a3c82f139db134c9f14f85004a2b918f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 2 May 2018 22:00:05 -0400 Subject: [PATCH] -> v2.4.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002d5c7039..56279aeb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 2.4.2 + +* Evaluate `each` key in child scope ([#1397](https://github.com/sveltejs/svelte/issues/1397)) +* Prevent false negatives and positives when detecting cyclical computed store properties ([#1399](https://github.com/sveltejs/svelte/issues/1399)) +* Only update dynamic component props ([#1394](https://github.com/sveltejs/svelte/issues/1394)) + ## 2.4.1 * Fix DOM event context ([#1390](https://github.com/sveltejs/svelte/issues/1390)) diff --git a/package.json b/package.json index c2ede3bbad..644c89f802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.4.1", + "version": "2.4.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {