pull/3379/head v3.7.1
Richard Harris 6 years ago
parent 7bf1ead963
commit 2ef004e324

@ -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))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.7.0",
"version": "3.7.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save