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": [