From 02cef046aa490accb0c30582ac36829f35fa89a8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 9 Dec 2018 10:30:34 -0500 Subject: [PATCH] -> v0.24.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b5d8f..d692da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 31a9f1c..d753c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.24.0", + "version": "0.24.1", "description": "Military-grade apps, engineered by Svelte", "bin": { "sapper": "./sapper"