0
0
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:
Rich Harris 2018-04-30 21:37:56 -04:00
parent 0d3984a2ad
commit 6ec21f7a20
2 changed files with 5 additions and 1 deletions

View File

@ -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))

View File

@ -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": {