Skip to content

Commit 2ef004e

Browse files
committed
-> v3.7.1
1 parent 7bf1ead commit 2ef004e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

3+
## 3.7.1
4+
5+
* Assume `let` variables are dynamic for slots ([#3354](https://github.com/sveltejs/svelte/issues/3354))
6+
* Allow transition functions to return nothing ([#2246](https://github.com/sveltejs/svelte/pull/2246))
7+
38
## 3.7.0
49

510
* Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)