From 1d77a45fdc128f264770769bfa1860a8b4ad418d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 13 Aug 2017 14:25:00 -0400 Subject: [PATCH] -> v1.29.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b793fd7082..fe3a8f67d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.29.2 + +* Preserve space before non-parenthesized media query expression ([#759](https://github.com/sveltejs/svelte/issues/759)) +* Call `create()` on new iterations of static each blocks ([#762](https://github.com/sveltejs/svelte/issues/762)) +* Use `change` events as well as `input` events to bind range inputs ([#740](https://github.com/sveltejs/svelte/issues/740)) + ## 1.29.1 * Replace `set` and `destroy` with `noop` when component is destroyed ([#744](https://github.com/sveltejs/svelte/issues/744)) diff --git a/package.json b/package.json index 9bbf933f57..36300c0c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.29.1", + "version": "1.29.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [