-> v0.27.0

This commit is contained in:
Richard Harris
2019-05-09 09:30:45 -04:00
parent 133ac07ed2
commit c2ed73f103
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.27.0
* Change license from LIL to MIT ([#652](https://github.com/sveltejs/sapper/pull/652))
* Fix index server route mapping ([#624](https://github.com/sveltejs/sapper/issues/624))
## 0.26.1
* Handle skipped segments ([#663](https://github.com/sveltejs/sapper/pull/663))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.26.1",
"version": "0.27.0",
"description": "Military-grade apps, engineered by Svelte",
"bin": {
"sapper": "./sapper"