pull/764/head v1.29.1
Rich Harris 7 years ago
parent 8b9380fb24
commit dff1cb5fe3

@ -1,5 +1,9 @@
# Svelte changelog
## 1.29.1
* Replace `set` and `destroy` with `noop` when component is destroyed ([#744](https://github.com/sveltejs/svelte/issues/744))
## 1.29.0
* Add static `setup` method ([#578](https://github.com/sveltejs/svelte/issues/578))

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

Loading…
Cancel
Save