pull/340/merge v1.10.1
Rich Harris 8 years ago
parent cf4842778b
commit 8f209231ec

@ -1,5 +1,10 @@
# Svelte changelog
## 1.10.1
* typecheck argument in _set when in dev mode ([#342](https://github.com/sveltejs/svelte/issues/342))
* Prevent duplicate helpers in non-shared mode ([#337](https://github.com/sveltejs/svelte/issues/337))
## 1.10.0
* Component self-references with `<:Self/>` ([#51](https://github.com/sveltejs/svelte/issues/51))

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

Loading…
Cancel
Save