-> v0.13.4

This commit is contained in:
Rich Harris
2018-06-18 22:45:51 -04:00
parent 0b43eaa992
commit 611dc4f6be
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# sapper changelog
## 0.13.4
* Focus `<body>` 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

View File

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