diff --git a/CHANGELOG.md b/CHANGELOG.md index 5173907..f80cdf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 5ede3e2..de7e864 100644 --- a/package.json +++ b/package.json @@ -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": {