-> v0.23.4

This commit is contained in:
Rich Harris
2018-10-24 15:51:44 -04:00
parent 1e5a87cf71
commit ffd56e2a20
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog # sapper changelog
## 0.23.4
* Ignore empty anchors when exporting ([#491](https://github.com/sveltejs/sapper/pull/491))
## 0.23.3 ## 0.23.3
* Clear `error` and `status` on successful render ([#477](https://github.com/sveltejs/sapper/pull/477)) * Clear `error` and `status` on successful render ([#477](https://github.com/sveltejs/sapper/pull/477))

View File

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