-> v0.20.2

This commit is contained in:
Rich Harris
2018-09-07 18:19:39 -04:00
parent 5ec748b95d
commit 0e8ed6612c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.20.2
* Add `immutable` cache control header for hashed assets ([#425](https://github.com/sveltejs/sapper/pull/425))
* Handle value-less query string params ([#426](https://github.com/sveltejs/sapper/issues/426))
## 0.20.1
* Update shimport

View File

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