From f6f929bdedef495cb6f5c65185c59283607dd952 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Jun 2017 10:18:44 -0400 Subject: [PATCH] -> v1.23.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c45a367d..17e49f0292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.23.0 + +* Hydration ([#649](https://github.com/sveltejs/svelte/pull/649)) +* Correctly transform CSS selectors with pseudo-elements ([#658](https://github.com/sveltejs/svelte/issues/658)) + ## 1.22.5 * Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643)) diff --git a/package.json b/package.json index 5240cbadbd..da4f209d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.22.5", + "version": "1.23.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [