diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f0425..03fb0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # sapper changelog +## 0.4.0 + +* `%sapper.main%` has been replaced with `%sapper.scripts%` ([#86](https://github.com/sveltejs/sapper/issues/86)) +* Node 6 support ([#67](https://github.com/sveltejs/sapper/pull/67)) +* Explicitly load css-loader and style-loader ([#72](https://github.com/sveltejs/sapper/pull/72)) +* DELETE requests are handled with `del` exports ([#77](https://github.com/sveltejs/sapper/issues/77)) +* Send preloaded data for first route to client, where possible ([#3](https://github.com/sveltejs/sapper/issues/3)) + ## 0.3.2 * Expose `prefetch` function ([#61](https://github.com/sveltejs/sapper/pull/61)) diff --git a/lib/templates.js b/lib/templates.js index 058325c..36f1be4 100644 --- a/lib/templates.js +++ b/lib/templates.js @@ -38,7 +38,7 @@ function create_templates() { error({ title: `templates/${file}`, - body: `