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": [