From 7f2dab6b4f9e9f16bf588305a9ffbb259835d9d1 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Mon, 17 Apr 2017 19:32:27 -0400 Subject: [PATCH] -> v1.16.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29037fb32..058085d95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.16.0 + +* Better code generation ([#489](https://github.com/sveltejs/svelte/pull/489)), ([#490](https://github.com/sveltejs/svelte/pull/490)), ([#491](https://github.com/sveltejs/svelte/pull/491)) +* Prevent binding blowback on initial render ([#488](https://github.com/sveltejs/svelte/pull/488)) + ## 1.15.1 * Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479)) diff --git a/package.json b/package.json index b288f03ab6..085ed01be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.15.1", + "version": "1.16.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [