From e8595978cf90af38046fb1dda53ac397e411b74a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 8 Dec 2017 19:39:29 -0500 Subject: [PATCH] -> v1.46.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe5f92535..2f2826ec20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.46.0 + +* Pass `filename` through to preprocessors ([#983](https://github.com/sveltejs/svelte/issues/983)) + ## 1.45.0 * Dynamic components ([#971](https://github.com/sveltejs/svelte/pull/971)) diff --git a/package.json b/package.json index 89500a6165..30983ad30a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.45.0", + "version": "1.46.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [