From 78f506a50b8aeda6796594db4657334c13bcd160 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 29 Mar 2018 10:37:54 -0400 Subject: [PATCH] -> v1.58.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08340d187..7ed34dc4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.58.5 + +* Allow backtick string literals for `svg`, `tag`, and `props` properties ([#1284](https://github.com/sveltejs/svelte/issues/1284)) +* Fix removal of transition styles under Firefox ([#1288](https://github.com/sveltejs/svelte/pull/1288)) + ## 1.58.4 * Fix initial state regression ([#1283](https://github.com/sveltejs/svelte/pull/1283)) diff --git a/package.json b/package.json index 1d96933f2f..6871d4dbd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.58.4", + "version": "1.58.5", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [