pull/7738/head
Rich Harris 8 years ago
parent 72ce87fd31
commit 13189f9c6a

@ -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))

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

Loading…
Cancel
Save