-> v0.13.2

This commit is contained in:
Rich Harris
2018-06-15 10:58:55 -04:00
parent 658d8dd50c
commit 8240595d70
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.13.2
* Emit a `basepath` event ([#284](https://github.com/sveltejs/sapper/pull/284))
## 0.13.1
* Reinstate ten-second interval between dev server heartbeats ([#276](https://github.com/sveltejs/sapper/issues/276))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.13.1",
"version": "0.13.2",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {