From 31110a53262e910034404c0f022861d6af5bdc82 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 26 Jun 2018 18:30:46 -0400 Subject: [PATCH] -> v0.13.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a32ef7..b8afa0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # sapper changelog +## 0.13.5 + +* Fix handling of fatal errors ([#289](https://github.com/sveltejs/sapper/issues/289)) + ## 0.13.4 * Focus `` after navigation ([#287](https://github.com/sveltejs/sapper/issues/287)) diff --git a/package.json b/package.json index 9e0a0cb..7a4a0d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.13.4", + "version": "0.13.5", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {