From 5396c0ebe7535714ad84958a8e2063ed10865981 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 7 Mar 2017 14:26:00 -0500 Subject: [PATCH] -> v1.11.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a780fd8cf..fd77d53299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.11.0 + +* Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345)) +* Node 4 compatibility ([#109](https://github.com/sveltejs/svelte/issues/109)) + ## 1.10.3 * Prevent `''` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349)) diff --git a/package.json b/package.json index 481bb8fbd2..7b188abdfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.10.3", + "version": "1.11.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [