From f38bdaaadf7e10c2a6bdaf5f802fef26e796803a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 22 Aug 2018 23:14:38 -0400 Subject: [PATCH] -> v2.12.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac936b40c302..f9c18fafd1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Svelte changelog +## 2.12.0 + +* Initialise actions on mount rather than hydrate ([#1653](https://github.com/sveltejs/svelte/pull/1653)) +* Allow non-existent components to be destroyed ([#1677](https://github.com/sveltejs/svelte/pull/1677)) +* Pass AMD ID from CLI correctly ([#1672](https://github.com/sveltejs/svelte/pull/1672)) +* Minor AST tweaks ([#1673](https://github.com/sveltejs/svelte/pull/1673), [#1674](https://github.com/sveltejs/svelte/pull/1674)) +* Reduce code duplication in component initialisation ([#1670](https://github.com/sveltejs/svelte/pull/1670)) + + ## 2.11.0 * Add `--shared` CLI option ([#1649](https://github.com/sveltejs/svelte/pull/1649)) diff --git a/package.json b/package.json index 2e4458c5fdd4..8bd1fc7b08f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.11.0", + "version": "2.12.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {