-> v0.11.1

This commit is contained in:
Rich Harris
2018-05-04 17:22:34 -04:00
parent b525eb6480
commit c743d11b3b
2 changed files with 6 additions and 1 deletions

View File

@@ -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))

View File

@@ -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": {