From b31ecc56490613574f0737f78386f9196883a2b6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 24 Feb 2017 15:49:55 -0500 Subject: [PATCH] -> v1.6.10 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50939c8bf..2b0e492c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.6.10 + +* Ensure `sources` and `sourcesContent` are populated in sourcemaps, even if none of the original code is used ([#295](https://github.com/sveltejs/svelte/pull/295)) +* Add `outputFilename` option to populate `file` and `sources` sourcemap properties correctly ([#295](https://github.com/sveltejs/svelte/pull/295)) + ## 1.6.9 * Don't trigger bindings for torn-down components ([#277](https://github.com/sveltejs/svelte/issues/277)) diff --git a/package.json b/package.json index af424b939f..46a3cdacd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.9", + "version": "1.6.10", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [