-> v0.1.3

This commit is contained in:
Rich Harris
2017-12-17 21:07:55 -05:00
parent dc5e2543cb
commit 3a6c76b741
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.1.3
* Fix typo
## 0.1.2
* Use `atime.getTime()` and `mtime.getTime()` instead of `atimeMs` and `mtimeMs` ([#11](https://github.com/sveltejs/sapper/issues/11))

View File

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