-> v0.23.5

This commit is contained in:
Rich Harris
2018-10-24 21:40:04 -04:00
parent 28186227a9
commit 3b714c0de3
2 changed files with 7 additions and 1 deletions

View File

@@ -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))

View File

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