-> v0.8.1

This commit is contained in:
Rich Harris
2018-03-04 21:37:55 -05:00
parent e6314cde96
commit 2ad10b380f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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