From 22f0ed9bbfdd74572192f8802a2864c6320e3f43 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 7 Mar 2018 10:10:57 -0500 Subject: [PATCH] -> v1.56.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647a7c446a..39d1dbf801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.56.4 + +* Allow `component` and `state` to be context names ([#1213](https://github.com/sveltejs/svelte/issues/1213)) +* Don't remove `@supports` rules when `cascade: false` ([#1215](https://github.com/sveltejs/svelte/issues/1215)) + ## 1.56.3 * Top-level transitions work inside nested components ([#1188](https://github.com/sveltejs/svelte/issues/1188)) diff --git a/package.json b/package.json index 0ba0e9f05a..78cd37d6e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.56.3", + "version": "1.56.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [