From 25f0d9459591cfa31c536172f48df7f2f2cd804b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 5 May 2018 10:00:58 -0400 Subject: [PATCH] -> v0.12.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ca42a..22e7659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # sapper changelog +## 0.12.0 + +* Each app has a single `` component. See the [migration guide](https://sapper.svelte.technology/guide#0-11-to-0-12) for more information ([#157](https://github.com/sveltejs/sapper/issues/157)) +* Process exits with error code 1 if build/export fails ([#208](https://github.com/sveltejs/sapper/issues/208)) + ## 0.11.1 * Limit routes with leading dots to `.well-known` URIs ([#252](https://github.com/sveltejs/sapper/issues/252)) diff --git a/package.json b/package.json index 78254ba..b0c549d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.11.1", + "version": "0.12.0", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {