From 3ea3f53819bb46d94fd388673d29c74bd9e75600 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 3 Sep 2017 08:35:30 -0400 Subject: [PATCH] -> v1.36.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c2470c1c..5eb2814712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.36.0 + +* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455)) + ## 1.35.0 * `set` and `get` continue to work until `destroy` is complete ([#788](https://github.com/sveltejs/svelte/issues/788)) diff --git a/package.json b/package.json index c9846fa508..941af0494b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.35.0", + "version": "1.36.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [