From 41ed025cc6c07a50ba5960f1df95573945eb81d0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 1 Feb 2017 17:21:04 -0500 Subject: [PATCH] -> v1.6.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb5ea53b9..cc612e85f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.6.8 + +* Always trigger `onrender`, including when change initiator is a nested component ([#263](https://github.com/sveltejs/svelte/issues/263)) +* Handle default function parameters in computations ([#274](https://github.com/sveltejs/svelte/issues/274)) + ## 1.6.7 * SSR: Fix apostrophes ([#267](https://github.com/sveltejs/svelte/issues/267)) diff --git a/package.json b/package.json index 5997390973..8845b478d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.7", + "version": "1.6.8", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [