-> v0.2.7

This commit is contained in:
Rich Harris
2017-12-21 13:40:10 -05:00
parent f0feab5738
commit 43a12a8331
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.2.7
* Fix streaming bug
## 0.2.6
* Render main.js back to templates, to allow relative imports ([#40](https://github.com/sveltejs/sapper/issues/40))

View File

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