diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d1dbf801..7e5944f2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.57.0 + +* Use classes (not attributes) for style encapsulation, and base36-encode hashes ([#1118](https://github.com/sveltejs/svelte/issues/1118)) + ## 1.56.4 * Allow `component` and `state` to be context names ([#1213](https://github.com/sveltejs/svelte/issues/1213)) diff --git a/package.json b/package.json index 78cd37d6e6..1216d745b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.56.4", + "version": "1.57.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [