pull/1498/head v2.6.5
Rich Harris 6 years ago
parent 607f96d861
commit 058f7ea43a

@ -1,5 +1,9 @@
# Svelte changelog
## 2.6.5
* Handle cases where only some `if` block branches have outros ([#1492](https://github.com/sveltejs/svelte/issues/1492))
## 2.6.4
* Web worker support ([#1487](https://github.com/sveltejs/svelte/issues/1487))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.6.4",
"version": "2.6.5",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save