mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v2.4.1
This commit is contained in:
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…
Reference in New Issue
Block a user