-> v0.18.7

This commit is contained in:
Rich Harris
2018-08-31 16:40:50 -04:00
parent 350d37e210
commit afba0491ed
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.18.7
* Support differential bundling for Rollup apps via a `--legacy` flag ([#280](https://github.com/sveltejs/sapper/issues/280))
## 0.18.6
* Bundle missing dependency

View File

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