From 3531cc587dfa0fc595609a5a1f8c17eb364361a4 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 3 May 2018 21:42:50 -0400 Subject: [PATCH] -> v0.10.7 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628be80..6f2a9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # sapper changelog +## 0.10.7 + +* Allow routes to have a leading `.` ([#243](https://github.com/sveltejs/sapper/pull/243)) +* Only encode necessary characters in routes ([#234](https://github.com/sveltejs/sapper/pull/234)) +* Preserve existing `process.env` when exporting ([#245](https://github.com/sveltejs/sapper/pull/245)) + ## 0.10.6 * Fix error reporting in `sapper start` diff --git a/package.json b/package.json index a118067..2d52c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.10.6", + "version": "0.10.7", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {