pull/671/merge v1.23.4
Rich Harris 7 years ago
parent 2fbce7f131
commit 9b4550d2e8

@ -1,5 +1,9 @@
# Svelte changelog
## 1.23.4
* Don't recreate if blocks incorrectly ([#669](https://github.com/sveltejs/svelte/pull/669))
## 1.23.3
* Pass parameters to `get_block` ([#667](https://github.com/sveltejs/svelte/issues/667))

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

Loading…
Cancel
Save