From cd1e8c12c1cac219b4f5659d3c0e494654bb431e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 16 Aug 2017 10:37:59 -0400 Subject: [PATCH] -> v1.30.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965cea1121..ddcdd63e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.30.0 + +* Update all component bindings simultaneously ([#760](https://github.com/sveltejs/svelte/issues/760)) +* Fix `@keyframes` atrules with `from` and `to` selectors ([#774](https://github.com/sveltejs/svelte/issues/774)) + ## 1.29.3 * Only recompute tag and attribute values if they could have changed ([#768](https://github.com/sveltejs/svelte/issues/768)) diff --git a/package.json b/package.json index 414902736b..10aa5f96d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.29.3", + "version": "1.30.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [