-> v0.13.6

This commit is contained in:
Rich Harris
2018-06-27 17:20:45 -04:00
parent b9a120164a
commit f821c19528
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.13.6
* Fix `baseUrl` synthesis ([#296](https://github.com/sveltejs/sapper/issues/296))
## 0.13.5
* Fix handling of fatal errors ([#289](https://github.com/sveltejs/sapper/issues/289))

View File

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