pull/7738/head
Rich Harris 7 years ago
parent 47444e990b
commit 1cf1940112

@ -1,5 +1,9 @@
# Svelte changelog
## 2.9.6
* Provide more useful error if SSR component attempts to render non-SSR component ([#1605](https://github.com/sveltejs/svelte/issues/1605))
## 2.9.5
* Null out refs to dynamic components ([#1596](https://github.com/sveltejs/svelte/issues/1596))

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

Loading…
Cancel
Save