pull/7738/head
Richard Harris 6 years ago
parent c6f2fd8899
commit 2a5268626f

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