From 8330f328fa7a11c1b23340a757679af699d8a1d7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 11 Feb 2018 17:39:57 -0500 Subject: [PATCH] -> v1.55.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bbf86662..1bbc230046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.55.0 + +* Add `immutable` compiler option for Svelte and runtime option for `Store` ([#1146](https://github.com/sveltejs/svelte/issues/1146)) +* Fix component store bindings ([#1100](https://github.com/sveltejs/svelte/issues/1100)) +* Fire `oncreate` when custom element is attached ([#1117](https://github.com/sveltejs/svelte/issues/1117)) +* Downgrade empty blocks to a warning ([#1156](https://github.com/sveltejs/svelte/pull/1156)) +* Error on unclosed comment ([#1156](https://github.com/sveltejs/svelte/pull/1156)) + ## 1.54.2 * Prevent `await` blocks using stale state ([#1131](https://github.com/sveltejs/svelte/issues/1131)) diff --git a/package.json b/package.json index c05db23367..7d1d9e3b33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.54.2", + "version": "1.55.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [