-> v0.10.2

This commit is contained in:
Rich-Harris
2018-03-25 15:20:48 -04:00
parent 72c27b78a3
commit 25dc4b3a4c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.10.2
* Attach `store` to error pages
* Fix sorting edge case ([#215](https://github.com/sveltejs/sapper/pull/215))
## 0.10.1
* Fix server-side `fetch` paths ([#207](https://github.com/sveltejs/sapper/pull/207))

View File

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