mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v2.4.1
This commit is contained in:
parent
0d3984a2ad
commit
6ec21f7a20
@ -1,5 +1,9 @@
|
|||||||
# Svelte changelog
|
# Svelte changelog
|
||||||
|
|
||||||
|
## 2.4.1
|
||||||
|
|
||||||
|
* Fix DOM event context ([#1390](https://github.com/sveltejs/svelte/issues/1390))
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
|
|
||||||
* Integrate CLI ([#1360](https://github.com/sveltejs/svelte/issues/1360))
|
* Integrate CLI ([#1360](https://github.com/sveltejs/svelte/issues/1360))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"description": "The magical disappearing UI framework",
|
"description": "The magical disappearing UI framework",
|
||||||
"main": "compiler/svelte.js",
|
"main": "compiler/svelte.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user