diff --git a/CHANGELOG.md b/CHANGELOG.md index 56279aeb55..4e6052a762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.4.3 + +* `ref` directives prevent HTMLified content ([#1407](https://github.com/sveltejs/svelte/issues/1407)) +* Store computed properties update components immediately upon declaration ([#1327](https://github.com/sveltejs/svelte/issues/1327)) + ## 2.4.2 * Evaluate `each` key in child scope ([#1397](https://github.com/sveltejs/svelte/issues/1397)) diff --git a/package.json b/package.json index 644c89f802..4ab409ab05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.4.2", + "version": "2.4.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {