pull/970/head v1.44.0
Rich Harris 7 years ago
parent d6814d76e4
commit 832311a732

@ -1,5 +1,10 @@
# Svelte changelog
## 1.44.0
* Add `svelte.preprocess` ([#181](https://github.com/sveltejs/svelte/issues/181), [#876](https://github.com/sveltejs/svelte/issues/876))
* Add `{{#await ...}}` blocks ([#654](https://github.com/sveltejs/svelte/issues/654))
## 1.43.1
* Fix parameterised transitions ([#962](https://github.com/sveltejs/svelte/issues/962))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.43.1",
"version": "1.44.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save