diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e36de8ebe..e8f1c6ecfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cff897400d..dd1cf093ec 100644 --- a/package.json +++ b/package.json @@ -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": {