From 3dafc39a0525156aae4c491c854c82feef34d0c5 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Thu, 20 Apr 2017 06:33:37 -0400 Subject: [PATCH] -> v1.17.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d0cacd52..8a43d8feed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.17.1 + +* Fixes for static each-else and yield blocks ([#509](https://github.com/sveltejs/svelte/issues/509)), ([#514](https://github.com/sveltejs/svelte/issues/514)) +* Code generation tweaks ([#504](https://github.com/sveltejs/svelte/issues/504)), ([#507](https://github.com/sveltejs/svelte/issues/507)) + ## 1.17.0 * Add `currentTime`, `duration` and `paused` bindings for media elements ([#406](https://github.com/sveltejs/svelte/issues/406)) diff --git a/package.json b/package.json index 85a30aad21..d23e771d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.17.0", + "version": "1.17.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [