-> v0.11.0

This commit is contained in:
Rich Harris
2018-05-03 23:51:04 -04:00
parent ca4a1ca9b0
commit 4843e9a40a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# sapper changelog
## 0.11.0
* Create launcher file ([#240](https://github.com/sveltejs/sapper/issues/240))
* Only keep necessary parts of webpack stats ([#251](https://github.com/sveltejs/sapper/pull/251))
* Allow `NODE_ENV` to be overridden when building ([#241](https://github.com/sveltejs/sapper/issues/241))
## 0.10.7
* Allow routes to have a leading `.` ([#243](https://github.com/sveltejs/sapper/pull/243))

View File

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