-> v0.15.2

This commit is contained in:
Rich Harris
2018-07-23 16:38:49 -04:00
parent 7f586ff1a3
commit b28cdff233
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.15.2
* Collapse component chains where no intermediate layout component is specified ([#312](https://github.com/sveltejs/sapper/issues/312))
## 0.15.1
* Prevent confusing error when no root layout is specified

View File

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