From 611dc4f6be2aefd478e8e941676ad3a83fd79f58 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 18 Jun 2018 22:45:51 -0400 Subject: [PATCH] -> v0.13.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26095e2..8a32ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # sapper changelog +## 0.13.4 + +* Focus `` after navigation ([#287](https://github.com/sveltejs/sapper/issues/287)) +* Fix timing of hot reload updates +* Emit `fatal` event if server crashes ([#285](https://github.com/sveltejs/sapper/pull/285)) +* Emit `stdout` and `stderr` events on dev watcher ([#285](https://github.com/sveltejs/sapper/pull/285)) +* Always refresh client assets in dev ([#286](https://github.com/sveltejs/sapper/pull/286)) +* Correctly initialise rebuild stats + ## 0.13.3 * Make `fatal` events clonable for IPC purposes diff --git a/package.json b/package.json index 4a7fcb2..9e0a0cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.13.3", + "version": "0.13.4", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {