From 8c07d9d2ac400a7bc03227626dad60fd99a92063 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 8 Sep 2018 10:24:21 -0400 Subject: [PATCH] -> v0.20.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b6897..d74c912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # sapper changelog +## 0.20.3 + +* Inject `nonce` attribute if `res.locals.nonce` is present ([#424](https://github.com/sveltejs/sapper/pull/424)) +* Prevent service worker caching ([#428](https://github.com/sveltejs/sapper/pull/428)) +* Consistent caching for HTML responses ([#429](https://github.com/sveltejs/sapper/pull/429)) + ## 0.20.2 * Add `immutable` cache control header for hashed assets ([#425](https://github.com/sveltejs/sapper/pull/425)) diff --git a/package.json b/package.json index 10059af..7748922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.20.2", + "version": "0.20.3", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.js", "bin": {