From a10cc11fc38fc178f3fcd9af95406cff1e4592c0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 10 Dec 2017 10:13:19 -0500 Subject: [PATCH] -> v1.46.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2826ec20..e53b4ed7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Svelte changelog +## 1.46.1 + +* `await...then` shorthand ([#957](https://github.com/sveltejs/svelte/issues/957)) +* Allow dynamic components inside elements ([#993](https://github.com/sveltejs/svelte/issues/993)) +* Don't use `dataset` on SVG nodes ([#982](https://github.com/sveltejs/svelte/issues/982)) +* Fix erroneous `
` a11y warning ([#991](https://github.com/sveltejs/svelte/issues/991)) +* Handle empty classes when pruning unused selectors ([#978](https://github.com/sveltejs/svelte/issues/978)) +* Better trimming of SSR'd output ([#976](https://github.com/sveltejs/svelte/issues/976)) +* Don't add `event` to `expectedProperties` ([#972](https://github.com/sveltejs/svelte/issues/972)) +* Emit error on bad `set` arguments in dev mode ([#990](https://github.com/sveltejs/svelte/issues/990)) + ## 1.46.0 * Pass `filename` through to preprocessors ([#983](https://github.com/sveltejs/svelte/issues/983)) diff --git a/package.json b/package.json index 30983ad30a..f1aead552d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.46.0", + "version": "1.46.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [