From a86b613e12dcdb1776001ac978afce8e621cbbfb Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Tue, 21 May 2019 00:17:22 -0400 Subject: [PATCH] -> v0.27.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ebdcf..6fb838f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # sapper changelog +## 0.27.1 + +* Prevent infinite loop if `preload` errors ([#677](https://github.com/sveltejs/sapper/pull/677)) +* Allow disabling of live reload ([#683](https://github.com/sveltejs/sapper/pull/683)) +* Let browser handle initial scroll ([#331](https://github.com/sveltejs/sapper/issues/331)) +* Allow custom route file extensions via `--ext` ([#632](https://github.com/sveltejs/sapper/pull/632)) +* Wait for server to restart before attaching debugger ([#694](https://github.com/sveltejs/sapper/pull/694)) +* Fix export queue ([#698](https://github.com/sveltejs/sapper/pull/698)) +* Rerun `preload` functions when query changes ([#701](https://github.com/sveltejs/sapper/issues/701)) +* Navigate when spread route changes ([#688](https://github.com/sveltejs/sapper/issues/688)) + + ## 0.27.0 * Change license from LIL to MIT ([#652](https://github.com/sveltejs/sapper/pull/652)) diff --git a/package.json b/package.json index 9eb5131..a873d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.27.0", + "version": "0.27.1", "description": "Military-grade apps, engineered by Svelte", "bin": { "sapper": "./sapper"