pull/902/head v1.41.1
Rich Harris 7 years ago
parent 921ad06bc7
commit 0a7d39d08f

@ -1,5 +1,10 @@
# Svelte changelog
## 1.41.1
* Fix updates of destructured each blocks ([#897](https://github.com/sveltejs/svelte/pull/897))
* Don't warn on `options.*` event handler callee ([#900](https://github.com/sveltejs/svelte/pull/900))
## 1.41.0
* `onwarn` and `onerror` receive default handlers as second arguments ([#883](https://github.com/sveltejs/svelte/pull/883))

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

Loading…
Cancel
Save