-> v0.8.3

This commit is contained in:
Rich Harris
2018-03-05 15:27:38 -05:00
parent 5925636b16
commit b5a8d29c37
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# sapper changelog
## 0.8.3
* Automatically select available port, or use `--port` flag for `dev` and `start` ([#169](https://github.com/sveltejs/sapper/issues/169))
* Show stats after build/export ([#168](https://github.com/sveltejs/sapper/issues/168))
* Various CLI improvements ([#170](https://github.com/sveltejs/sapper/pull/170))
## 0.8.2
* Rename `preloadRoutes` to `prefetchRoutes` ([#166](https://github.com/sveltejs/sapper/issues/166))