-> v0.18.5

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

View File

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

View File

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