-> v0.2.0

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

View File

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

View File

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