pull/666/head v1.23.1
Rich Harris 7 years ago
parent 7b9ea71153
commit 3269ed49b2

@ -1,5 +1,9 @@
# Svelte changelog
## 1.23.1
* Fix each-else blocks that are empty on initial render ([#662](https://github.com/sveltejs/svelte/issues/662))
## 1.23.0
* Hydration ([#649](https://github.com/sveltejs/svelte/pull/649))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.23.0",
"version": "1.23.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save