-> v0.3.2

This commit is contained in:
Rich Harris
2018-01-03 13:48:03 -05:00
parent 50e307e0c0
commit 1312aede1f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog # sapper changelog
## 0.3.2
* Expose `prefetch` function ([#61](https://github.com/sveltejs/sapper/pull/61))
## 0.3.1 ## 0.3.1
* Fix missing `runtime.js` * Fix missing `runtime.js`

View File

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