-> v0.2.10

This commit is contained in:
Rich Harris
2017-12-24 07:56:01 -05:00
parent c8366dec74
commit 75aedf4663
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.2.10
* Handle deep links correctly ([#44](https://github.com/sveltejs/sapper/issues/44))
## 0.2.9
* Don't write files to disk in prod mode

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.2.9",
"version": "0.2.10",
"description": "Military-grade apps, engineered by Svelte",
"main": "lib/index.js",
"bin": {