-> v0.19.0

This commit is contained in:
Rich Harris
2018-09-02 14:50:01 -04:00
parent bebb0dd595
commit 57a26e3511
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.19.0
* Extract styles out of JS into .css files, for Rollup apps ([#388](https://github.com/sveltejs/sapper/issues/388))
* Fix `prefetchRoutes` ([#380](https://github.com/sveltejs/sapper/issues/380))
## 0.18.7
* Support differential bundling for Rollup apps via a `--legacy` flag ([#280](https://github.com/sveltejs/sapper/issues/280))

View File

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