From d386308301db8f11323b504b13bb65341d45ea43 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 2 Aug 2018 13:23:12 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9238c8b..ddc617d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # sapper changelog +## 0.15.5 + +* Faster `export` with more explanatory output ([#335](https://github.com/sveltejs/sapper/pull/335)) +* Only blur `activeElement` if it exists ([#332](https://github.com/sveltejs/sapper/issues/332)) +* Don't emit `client_info.json` or `server_info.json` ([#318](https://github.com/sveltejs/sapper/issues/318)) + ## 0.15.4 * Add `ignore` option ([#326](https://github.com/sveltejs/sapper/pull/326))