Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit fc855f3

Browse files
committed
-> v0.15.3
1 parent 4a75fff commit fc855f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# sapper changelog
22

3+
## 0.15.3
4+
5+
* Crawl pages in parallel when exporting ([#329](https://github.com/sveltejs/sapper/pull/329))
6+
* Don't minify inline JS when exporting ([#328](https://github.com/sveltejs/sapper/pull/328))
7+
38
## 0.15.2
49

510
* Collapse component chains where no intermediate layout component is specified ([#312](https://github.com/sveltejs/sapper/issues/312))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapper",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "Military-grade apps, engineered by Svelte",
55
"main": "dist/middleware.ts.js",
66
"bin": {

0 commit comments

Comments
 (0)