From 89c830ebe7bdb2a198e8f2df0ba915d731629ec0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 7 Mar 2018 21:48:57 -0500 Subject: [PATCH] -> v1.57.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [