-> v0.13.5

This commit is contained in:
Rich Harris
2018-06-26 18:30:46 -04:00
parent 667a68768c
commit e2934dd752
2 changed files with 5 additions and 1 deletions

View File

@@ -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 `<body>` after navigation ([#287](https://github.com/sveltejs/sapper/issues/287))

View File

@@ -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": {