-> v0.7.6

This commit is contained in:
Rich Harris
2018-02-28 17:14:38 -05:00
parent 34c28f36cd
commit d9cb572271
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.7.6
* Prevent client-side navigation to server route ([#145](https://github.com/sveltejs/sapper/issues/145))
* Don't serve error page for server route errors ([#138](https://github.com/sveltejs/sapper/issues/138))
## 0.7.5
* Allow dynamic parameters inside route parts ([#139](https://github.com/sveltejs/sapper/issues/139))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.7.5",
"version": "0.7.6",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {