-> v0.2.3

This commit is contained in:
Rich Harris
2017-12-20 09:31:51 -05:00
parent 463307db86
commit be43accacb
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

View File

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