mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v2.13.5
This commit is contained in:
parent
d219da3ded
commit
8cb649024f
@ -1,5 +1,9 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 2.13.5
|
||||
|
||||
* Fix missing dependencies in shorthand class directives ([#1739](https://github.com/sveltejs/svelte/issues/1739))
|
||||
|
||||
## 2.13.4
|
||||
|
||||
* Support dynamic `import()` in template expressions
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "2.13.4",
|
||||
"version": "2.13.5",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user