From 8b60d568dc239acf94d7905f34566e09fe5500ca Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 2 Sep 2018 21:56:45 -0400 Subject: [PATCH] -> v0.19.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced4ede..14a9818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # sapper changelog +## 0.19.2 + +* Ignore editor tmp files ([#220](https://github.com/sveltejs/sapper/issues/220)) +* Ignore clicks an `` element without `href` ([#235](https://github.com/sveltejs/sapper/issues/235)) +* Allow routes that are reserved JavaScript words ([#315](https://github.com/sveltejs/sapper/issues/315)) +* Print out webpack errors ([#403](https://github.com/sveltejs/sapper/issues/403)) + ## 0.19.1 * Don't include local origin in export redirects ([#409](https://github.com/sveltejs/sapper/pull/409)) diff --git a/package.json b/package.json index 36d956f..da67c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.19.1", + "version": "0.19.2", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.js", "bin": {