From 4843e9a40aead43eb426dfaed8665cc5dff909e9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 3 May 2018 23:51:04 -0400 Subject: [PATCH] -> v0.11.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2a9a4..2523750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0108244..2ccb2ed 100644 --- a/package.json +++ b/package.json @@ -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": {