Skip to content

Commit

Permalink
-> v2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 21, 2018
1 parent 593bb03 commit f2ac545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f2ac545

Please sign in to comment.