-> v0.2.2

This commit is contained in:
Rich Harris
2017-12-19 08:55:40 -05:00
parent 92fbc28e11
commit b8b09e2e50
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.2.2
* Create destination directory when building, don't assume it's already there from dev mode
* We have tests now!
## 0.2.1
* Inject HMR logic in dev mode

View File

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