-> v0.6.4

This commit is contained in:
Rich Harris
2018-02-06 10:51:24 -05:00
parent 4f8ce19fe1
commit 7188ce0d0d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.6.4
* Prevent phantom HMR requests in production mode ([#114](https://github.com/sveltejs/sapper/pull/114))
## 0.6.3
* Ignore non-HTML responses when crawling during `export`

View File

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