-> v0.14.0

This commit is contained in:
Rich Harris
2018-06-28 13:35:21 -04:00
parent bdd5a54527
commit 09b4dc1b9a
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# sapper changelog
## 0.14.0
* `4xx.html` and `5xx.html` are replaced with `_error.html` ([#209](https://github.com/sveltejs/sapper/issues/209))
* Treat `foo/index.json.js` and `foo.json.js` as equivalents ([#297](https://github.com/sveltejs/sapper/issues/297))
* Return a promise from `goto` ([#270](https://github.com/sveltejs/sapper/issues/270))
* Use store when rendering error pages ([#293](https://github.com/sveltejs/sapper/issues/293))
* Prevent console errors when visiting an error page ([#279](https://github.com/sveltejs/sapper/issues/279))
## 0.13.6
* Fix `baseUrl` synthesis ([#296](https://github.com/sveltejs/sapper/issues/296))

View File

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