-> v0.8.2

This commit is contained in:
Rich Harris
2018-03-04 22:55:00 -05:00
parent 01ff84f241
commit 1c238b472b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.8.2
* Rename `preloadRoutes` to `prefetchRoutes` ([#166](https://github.com/sveltejs/sapper/issues/166))
## 0.8.1
* Add `sapper start` command, for running an app built with `sapper build` ([#163](https://github.com/sveltejs/sapper/issues/163))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.8.1",
"version": "0.8.2",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {