From 2ef004e324c31585522c025b4026100960a1c0bc Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Tue, 6 Aug 2019 08:59:54 -0400 Subject: [PATCH] -> v3.7.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c54df1c6a..98353e8102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 3.7.1 + +* Assume `let` variables are dynamic for slots ([#3354](https://github.com/sveltejs/svelte/issues/3354)) +* Allow transition functions to return nothing ([#2246](https://github.com/sveltejs/svelte/pull/2246)) + ## 3.7.0 * Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351)) diff --git a/package.json b/package.json index fac069aca5..857c2fc6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.7.0", + "version": "3.7.1", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",