-> v0.2.1

This commit is contained in:
Rich Harris
2017-12-18 17:11:17 -05:00
parent 924855d248
commit cd8b9ddb14
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.2.1
* Inject HMR logic in dev mode
## 0.2.0
* Separate `sapper build` from prod server ([#21](https://github.com/sveltejs/sapper/issues/21))

View File

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