From 890da3b02a3a3c5b2308b1820e46536adcab01a9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 28 Apr 2018 20:42:02 -0400 Subject: [PATCH] -> v2.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3394c2f5..bd71fd4a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.2.0 + +* Internal refactoring ([#1367](https://github.com/sveltejs/svelte/pull/1367)) + ## 2.1.1 * Report initial `changed` based on state, not expected props ([#1356](https://github.com/sveltejs/svelte/issues/1356)) diff --git a/package.json b/package.json index fd15ee3332..539e1933cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.1.1", + "version": "2.2.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [