-> v0.10.1

This commit is contained in:
Rich Harris
2018-03-18 22:47:11 -04:00
parent 7ccd6ba329
commit d5d25f1d30
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.10.1
* Fix server-side `fetch` paths ([#207](https://github.com/sveltejs/sapper/pull/207))
## 0.10.0
* Support mounting on a path (this requires `app/template.html` to include `%sapper.base%`) ([#180](https://github.com/sveltejs/sapper/issues/180))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.10.0",
"version": "0.10.1",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {