From c743d11b3bbcde5c322c984c8ec6220585f4a5f7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 4 May 2018 17:22:34 -0400 Subject: [PATCH] -> v0.11.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2523750..35ca42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # sapper changelog +## 0.11.1 + +* Limit routes with leading dots to `.well-known` URIs ([#252](https://github.com/sveltejs/sapper/issues/252)) +* Allow server routes to sit in front of pages ([#236](https://github.com/sveltejs/sapper/pull/236)) + ## 0.11.0 * Create launcher file ([#240](https://github.com/sveltejs/sapper/issues/240)) diff --git a/package.json b/package.json index 2d0c3e2..78254ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.11.0", + "version": "0.11.1", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {