-> v0.27.2

This commit is contained in:
Conduitry
2019-06-08 18:50:52 -04:00
parent b1e84687c0
commit d0caad5303
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# sapper changelog
## 0.27.2
* Fix routes with regular expressions ([#707](https://github.com/sveltejs/sapper/issues/707))
* Fix `sapper build --output` option ([#723](https://github.com/sveltejs/sapper/pull/723))
## 0.27.1
* Prevent infinite loop if `preload` errors ([#677](https://github.com/sveltejs/sapper/pull/677))
@@ -623,4 +629,4 @@
## 0.1.0
* First public preview
* First public preview

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.27.0",
"version": "0.27.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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