pull/1400/merge v2.4.1
Rich Harris 6 years ago
parent 0d3984a2ad
commit 6ec21f7a20

@ -1,5 +1,9 @@
# Svelte changelog
## 2.4.1
* Fix DOM event context ([#1390](https://github.com/sveltejs/svelte/issues/1390))
## 2.4.0
* Integrate CLI ([#1360](https://github.com/sveltejs/svelte/issues/1360))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.4.0",
"version": "2.4.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save