-> v0.18.0

This commit is contained in:
Rich Harris
2018-08-29 21:08:15 -04:00
parent e51c733e3f
commit 3a415c3e9e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.18.0
* Rollup support ([#379](https://github.com/sveltejs/sapper/pull/379))
* Fail `export` if a page times out (configurable with `--timeout`) ([#378](https://github.com/sveltejs/sapper/pull/378))
## 0.17.1
* Print which file is causing build errors/warnings ([#371](https://github.com/sveltejs/sapper/pull/371))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.17.1",
"version": "0.18.0",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.js",
"bin": {