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"