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": [