From c0fb21dee9f5a7bcfea0700e263689f7d27056b0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 15 Dec 2018 19:23:28 -0500 Subject: [PATCH] -> v2.16.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e458527e75..caae8bf023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 2.16.0 + +* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859)) +* Add `--customElement` CLI flag ([#1843](https://github.com/sveltejs/svelte/pull/1843)) +* Fix lifecycle order bug with window bindings ([#1743](https://github.com/sveltejs/svelte/issues/1743)) +* Fix order of `await` block next to non-element block ([#1440](https://github.com/sveltejs/svelte/issues/1440)) + ## 2.15.4 * IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868)) diff --git a/package.json b/package.json index b2ff4eabe0..81ac32f484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.15.4", + "version": "2.16.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {