-> v0.2.8

This commit is contained in:
Rich Harris
2017-12-23 13:16:58 -05:00
parent db1c1f332a
commit e1926e1bcb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.2.8
* Add `goto` function ([#29](https://github.com/sveltejs/sapper/issues/29))
* Don't use `/tmp` as destination in Now environments
## 0.2.7
* Fix streaming bug

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.2.7",
"version": "0.2.8",
"description": "Military-grade apps, engineered by Svelte",
"main": "lib/index.js",
"bin": {