pull/1606/head v2.9.5
Rich Harris 7 years ago
parent 8060f281de
commit cc93595dac

@ -1,5 +1,9 @@
# Svelte changelog
## 2.9.5
* Null out refs to dynamic components ([#1596](https://github.com/sveltejs/svelte/issues/1596))
## 2.9.4
* Make identifier optional for `then` and `catch` blocks ([#1507](https://github.com/sveltejs/svelte/issues/1507))

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

Loading…
Cancel
Save