mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 21:04:34 +00:00
-> v0.27.0
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# sapper changelog
|
# 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
|
## 0.26.1
|
||||||
|
|
||||||
* Handle skipped segments ([#663](https://github.com/sveltejs/sapper/pull/663))
|
* Handle skipped segments ([#663](https://github.com/sveltejs/sapper/pull/663))
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sapper",
|
"name": "sapper",
|
||||||
"version": "0.26.1",
|
"version": "0.27.0",
|
||||||
"description": "Military-grade apps, engineered by Svelte",
|
"description": "Military-grade apps, engineered by Svelte",
|
||||||
"bin": {
|
"bin": {
|
||||||
"sapper": "./sapper"
|
"sapper": "./sapper"
|
||||||
|
|||||||
Reference in New Issue
Block a user