-> v0.1.2

This commit is contained in:
Rich Harris
2017-12-17 20:43:52 -05:00
parent 40024e7d86
commit ecc7b80d91
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.1.2
* Use `atime.getTime()` and `mtime.getTime()` instead of `atimeMs` and `mtimeMs` ([#11](https://github.com/sveltejs/sapper/issues/11))
* Make dest dir before anyone tries to write to it ([#18](https://github.com/sveltejs/sapper/pull/18))
## 0.1.1
* Expose resolved pathname to `sapper/runtime/app.js` as `__app__` inside main.js

View File

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