pull/912/head v1.41.2
Rich Harris 7 years ago
parent f659fd8391
commit e63529683d

@ -1,5 +1,11 @@
# Svelte changelog
## 1.41.2
* Handle attribute selectors with no value ([#905](https://github.com/sveltejs/svelte/issues/905))
* Retain `async` keyword when extracting functions ([#904](https://github.com/sveltejs/svelte/issues/904))
* Shallow clone `data` on initialisation ([#891](https://github.com/sveltejs/svelte/pull/891))
## 1.41.1
* Fix updates of destructured each blocks ([#897](https://github.com/sveltejs/svelte/pull/897))

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

Loading…
Cancel
Save