-> v0.15.4

This commit is contained in:
Rich Harris
2018-08-01 08:47:41 -04:00
parent 47a6d6f662
commit d1fcd07c92
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.15.4
* Add `ignore` option ([#326](https://github.com/sveltejs/sapper/pull/326))
## 0.15.3
* Crawl pages in parallel when exporting ([#329](https://github.com/sveltejs/sapper/pull/329))

View File

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