-> v0.24.1

This commit is contained in:
Rich Harris
2018-12-09 10:30:34 -05:00
parent c2aeac34b6
commit 2ad2032ca1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.24.1
* Include CSS chunks in webpack build info to avoid duplication ([#529](https://github.com/sveltejs/sapper/pull/529))
* Fix preload `as` for styles ([#530](https://github.com/sveltejs/sapper/pull/530))
## 0.24.0
* Handle external URLs in `this.redirect` ([#490](https://github.com/sveltejs/sapper/issues/490))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.24.0",
"version": "0.24.1",
"description": "Military-grade apps, engineered by Svelte",
"bin": {
"sapper": "./sapper"