From 3b714c0de37dc1a244a031b7a7c15d1481433510 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 24 Oct 2018 21:40:04 -0400 Subject: [PATCH] -> v0.23.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db97647..78db423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # sapper changelog +## 0.23.5 + +* Include lazily-imported CSS in main CSS chunk ([#492](https://github.com/sveltejs/sapper/pull/492)) +* Make search param decoding spec-compliant ([#493](https://github.com/sveltejs/sapper/pull/493)) +* Handle async route errors ([#488](https://github.com/sveltejs/sapper/pull/488)) + ## 0.23.4 * Ignore empty anchors when exporting ([#491](https://github.com/sveltejs/sapper/pull/491)) diff --git a/package.json b/package.json index 69742ee..0862183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.23.4", + "version": "0.23.5", "description": "Military-grade apps, engineered by Svelte", "bin": { "sapper": "./sapper"