-> v0.2.3

This commit is contained in:
Rich Harris
2017-12-20 09:31:51 -05:00
parent 463307db86
commit 7466e8da82
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.2.3
* Posixify import paths, even on Windows ([#31](https://github.com/sveltejs/sapper/pull/31))
* Pass `url` to 404 handler
## 0.2.2
* Create destination directory when building, don't assume it's already there from dev mode