From 62b8a79e9f1fa48b2fc42573077b6c6a34ac2812 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 23 Aug 2018 11:23:40 -0400 Subject: [PATCH] -> v0.17.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8717841..5173907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # sapper changelog +## 0.17.1 + +* Print which file is causing build errors/warnings ([#371](https://github.com/sveltejs/sapper/pull/371)) + ## 0.17.0 * Use `cheap-watch` instead of `chokidar` ([#364](https://github.com/sveltejs/sapper/issues/364)) diff --git a/package.json b/package.json index 6cbb85d..7ecf9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.17.0", + "version": "0.17.1", "description": "Military-grade apps, engineered by Svelte", "main": "dist/middleware.ts.js", "bin": {