-> v0.13.1

This commit is contained in:
Rich Harris
2018-06-05 14:41:12 -04:00
parent d6632cf312
commit be7cff4818
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.13.1
* Reinstate ten-second interval between dev server heartbeats ([#276](https://github.com/sveltejs/sapper/issues/276))
## 0.13.0
* Expose `dev`, `build`, `export` and `find_page` APIs ([#272](https://github.com/sveltejs/sapper/issues/272))

View File

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