-> v0.2.6

This commit is contained in:
Rich Harris
2017-12-21 11:56:04 -05:00
parent 4b495f44fd
commit 8e79e706e6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.2.6
* Render main.js back to templates, to allow relative imports ([#40](https://github.com/sveltejs/sapper/issues/40))
## 0.2.5
* Fix nested routes on Windows ([#39](https://github.com/sveltejs/sapper/pull/39))

View File

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