-> v0.15.3

This commit is contained in:
Rich Harris
2018-07-31 15:06:47 -04:00
parent 4a75fff4ec
commit fc855f30f8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.15.3
* Crawl pages in parallel when exporting ([#329](https://github.com/sveltejs/sapper/pull/329))
* Don't minify inline JS when exporting ([#328](https://github.com/sveltejs/sapper/pull/328))
## 0.15.2
* Collapse component chains where no intermediate layout component is specified ([#312](https://github.com/sveltejs/sapper/issues/312))

View File

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