pull/3293/head v3.6.9
Richard Harris 5 years ago
parent 7dee7fa117
commit 17beaa0a5d

@ -1,5 +1,9 @@
# Svelte changelog
## 3.6.9
* Always update derived stores with a derived input whose value does not change ([#3191](https://github.com/sveltejs/svelte/issues/3191))
## 3.6.8
* Preserve global keyframes that don't match local elements ([#3228](https://github.com/sveltejs/svelte/issues/3228))

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

Loading…
Cancel
Save