-> v0.18.5

This commit is contained in:
Rich Harris
2018-08-30 20:41:03 -04:00
parent 7cc2a03aae
commit afcd643035
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.18.5
* Bugfix
## 0.18.4
* Handle non-Sapper responses when exporting ([#382](https://github.com/sveltejs/sapper/issues/392))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.18.4",
"version": "0.18.5",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.js",
"bin": {