From 9cd5dd9fbc53ba0c3c596bb08721cdf7109743b7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 8 Jun 2018 14:47:04 +0100 Subject: [PATCH] -> v2.7.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe89dff0d..f5051a1b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 2.7.2 + +* Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527)) +* Allow `refs.*` as callee ([#1526](https://github.com/sveltejs/svelte/pull/1526)) +* Handle empty lists when outroing ([#1532](https://github.com/sveltejs/svelte/issues/1532)) + ## 2.7.1 * Fix spread props with multiple dependencies ([#1515](https://github.com/sveltejs/svelte/issues/1515)) diff --git a/package.json b/package.json index b832f7a90e..c1890ee3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.7.1", + "version": "2.7.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {