-> v0.15.6

This commit is contained in:
Rich Harris
2018-08-06 22:36:17 -04:00
parent 84a58f34a0
commit 546294d6e5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.15.6
* Fix exporting with custom basepath ([#342](https://github.com/sveltejs/sapper/pull/342))
## 0.15.5
* Faster `export` with more explanatory output ([#335](https://github.com/sveltejs/sapper/pull/335))

View File

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