From 00871faf5f18ae989eb3ae71f28f42ca2fe5bd42 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 27 Mar 2018 17:50:42 -0400 Subject: [PATCH] -> v1.58.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fba24e367..1210acddeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.58.3 + +* Actions run in the context of the component ([#1279](https://github.com/sveltejs/svelte/pull/1279)) +* Set refs when mounting dynamic components ([#1280](https://github.com/sveltejs/svelte/pull/1280)) + ## 1.58.2 * (1.58.1 failed to publish) diff --git a/package.json b/package.json index 9c40c5de73..61195c1913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.58.2", + "version": "1.58.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [