0
0
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:
Rich Harris 2018-09-19 17:33:09 -04:00
parent d219da3ded
commit 8cb649024f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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