-> v0.23.3

This commit is contained in:
Rich Harris
2018-10-16 16:16:11 -04:00
parent d3e560325d
commit e5d7d8ab2b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.23.3
* Clear `error` and `status` on successful render ([#477](https://github.com/sveltejs/sapper/pull/477))
## 0.23.2
* Fix entry point CSS ([#471](https://github.com/sveltejs/sapper/pull/471))

View File

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