-> v0.2.0

This commit is contained in:
Rich Harris
2017-12-18 15:48:28 -05:00
parent 8da3ca16ab
commit 8604088f3d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.2.0
* Separate `sapper build` from prod server ([#21](https://github.com/sveltejs/sapper/issues/21))
## 0.1.3-5
* Fix typo

View File

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