From 72bd23af9623e44b78b9755835b1ec00f841910b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 27 Nov 2017 08:25:09 -0500 Subject: [PATCH] -> v1.43.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90c160485..50b5a7bbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.43.1 + +* Fix parameterised transitions ([#962](https://github.com/sveltejs/svelte/issues/962)) +* Prevent boolean attributes breaking estree-walker expectations ([#961](https://github.com/sveltejs/svelte/issues/961)) +* Throw error on cyclical store computations ([#964](https://github.com/sveltejs/svelte/pull/964)) + ## 1.43.0 * Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930)) diff --git a/package.json b/package.json index bd4c27afec..6684fdbd4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.43.0", + "version": "1.43.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [