-> v0.25.0

This commit is contained in:
Richard Harris
2019-02-01 06:45:08 -05:00
parent fdfe282130
commit 83c8d7f855
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# sapper changelog
## 0.25.0
* Force refresh on `goto(current_url)` ([#484](https://github.com/sveltejs/sapper/pull/484))
* Fix preloading navigation bug ([#532](https://github.com/sveltejs/sapper/issues/532))
* Don't mutate opts.headers ([#528](https://github.com/sveltejs/sapper/issues/528))
* Don't crawl hundreds of pages simultaneously ([#369](https://github.com/sveltejs/sapper/pull/369))
## 0.24.3
* Add service-worker-index.html shell file for offline support ([#422](https://github.com/sveltejs/sapper/issues/422))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.24.3",
"version": "0.25.0",
"description": "Military-grade apps, engineered by Svelte",
"bin": {
"sapper": "./sapper"