pull/1609/head v2.9.6
Rich Harris 6 years ago
parent 593bb0367f
commit f2ac545e28

@ -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