-> v0.19.2

This commit is contained in:
Rich Harris
2018-09-02 21:56:45 -04:00
parent 64c2394c9d
commit 8b60d568dc
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# sapper changelog
## 0.19.2
* Ignore editor tmp files ([#220](https://github.com/sveltejs/sapper/issues/220))
* Ignore clicks an `<a>` element without `href` ([#235](https://github.com/sveltejs/sapper/issues/235))
* Allow routes that are reserved JavaScript words ([#315](https://github.com/sveltejs/sapper/issues/315))
* Print out webpack errors ([#403](https://github.com/sveltejs/sapper/issues/403))
## 0.19.1
* Don't include local origin in export redirects ([#409](https://github.com/sveltejs/sapper/pull/409))