-> v0.9.4

This commit is contained in:
Rich Harris
2018-03-11 19:00:39 -04:00
parent 3816fe71ad
commit 9a5d273590
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# sapper changelog
## 0.9.4
* Add `SAPPER_BASE` and `SAPPER_APP` environment variables ([#181](https://github.com/sveltejs/sapper/issues/181))
* Minify template in `sapper build` ([#15](https://github.com/sveltejs/sapper/issues/15))
* Minify all HTML files in `sapper export` ([#172](https://github.com/sveltejs/sapper/issues/172))
* Log exported files ([#195](https://github.com/sveltejs/sapper/pull/195))
* Add `--open`/`-o` flag to `sapper dev` and `sapper start` ([#186](https://github.com/sveltejs/sapper/issues/186))
## 0.9.3
* Fix path to `sapper-dev-client`

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.9.3",
"version": "0.9.4",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {